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

version 1.747, 2009/02/13 18:56:13 version 1.752, 2009/02/22 18:30:27
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 page").'">'.$link.'</a>';   ($target?' target="$target"':'').' title="'.&mt("View this user's personal information page").'">'.$link.'</a>';
 }  }
   
 # ------------------------------------------------------------ Syllabus Wrapper  # ------------------------------------------------------------ Syllabus Wrapper
Line 4525  form, .inline { display: inline; } Line 4525  form, .inline { display: inline; }
   
 /* just for tests */  /* just for tests */
 .LC_300Box { width:300px; }  .LC_300Box { width:300px; }
 .LC_200Box {width:200px; }  .LC_400Box {width:400px; }
 .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 5726  ol#LC_PathBreadcrumbs li a{ Line 5726  ol#LC_PathBreadcrumbs li a{
 .LC_ContentBoxSpecial  .LC_ContentBoxSpecial
 {  {
  border: solid 1px $lg_border_color;   border: solid 1px $lg_border_color;
  max-width:70%;  
  min-width:70%;  
 }  }
 .LC_ContentBoxSpecialContactInfo  .LC_ContentBoxSpecialContactInfo
 {  {
Line 5821  div.LC_columnSection>* { Line 5819  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 5839  div.LC_columnSection > .ContentBoxTempla Line 5832  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 5895  div.LC_columnSection > .ContentBoxSpecia Line 5886  div.LC_columnSection > .ContentBoxSpecia
  border-bottom: 1px solid #CCCCCC;   border-bottom: 1px solid #CCCCCC;
 }  }
   
   table em{
    font-weight:bold;
    font-style:normal;
   }
   
 END  END
 }  }
   

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


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