Diff for /loncom/interface/loncommon.pm between versions 1.752 and 1.753

version 1.752, 2009/02/22 18:30:27 version 1.753, 2009/02/24 20:10:30
Line 2810  sub aboutmewrapper { Line 2810  sub aboutmewrapper {
         return;          return;
     }      }
     return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'.      return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'.
  ($target?' target="$target"':'').' title="'.&mt("View this user's personal information page").'">'.$link.'</a>';   ($target?' target="$target"':'').' title="'.&mt("View this user's personal 
   homepage").'">'.$link.'</a>';
 }  }
   
 # ------------------------------------------------------------ Syllabus Wrapper  # ------------------------------------------------------------ Syllabus Wrapper
Line 4525  form, .inline { display: inline; } Line 4526  form, .inline { display: inline; }
   
 /* just for tests */  /* just for tests */
 .LC_300Box { width:300px; }  .LC_300Box { width:300px; }
 .LC_400Box {width:400px; }  .LC_200Box {width:200px; }
 .LC_500Box {width:500px; }  .LC_500Box {width:500px; }
 .LC_600Box {width:600px; }  .LC_600Box {width:600px; }
 .LC_800Box {width:800px;}  .LC_800Box {width:800px;}
Line 5819  div.LC_columnSection>* { Line 5820  div.LC_columnSection>* {
  margin: 10px 20px 10px 0px;   margin: 10px 20px 10px 0px;
  overflow:hidden;   overflow:hidden;
 }  }
   div.LC_columnSection > .LC_ContentBox,
   div.LC_columnSection > .LC_ContentBoxSpecial
    {
    width: 400px;
   }
   
 .ContentBoxSpecialTemplate  .ContentBoxSpecialTemplate
 {  {
Line 5832  div.LC_columnSection > .ContentBoxTempla Line 5838  div.LC_columnSection > .ContentBoxTempla
 div.LC_columnSection > .ContentBoxSpecialTemplate  div.LC_columnSection > .ContentBoxSpecialTemplate
         {          {
         width: 600px;          width: 600px;
   
 }  }
   
 .clear{  .clear{
  clear: both;   clear: both;
  line-height: 0px;   line-height: 0px;
Line 5891  table em{ Line 5899  table em{
  font-style:normal;   font-style:normal;
 }  }
   
   table#LC_tableOfContent{
    border-collapse: collapse;
    border-spacing:0;
    padding:3px;
    border:0;
    background-color:#ffffff;
    font-size:90%;
   }
   table#LC_tableOfContent a {
    text-decoration: none;
   }
   
   table#LC_tableOfContent tr.LC_trOdd{
    background-color:#eeeeee;
   }
   
   table#LC_tableOfContent img{
    border: none;
    height: 1.3em;
    vertical-align: text-bottom;
    margin-right: 0.3em;
   }
 END  END
 }  }
   

Removed from v.1.752  
changed lines
  Added in v.1.753


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>