Diff for /loncom/interface/loncommon.pm between versions 1.833 and 1.834

version 1.833, 2009/05/28 19:38:34 version 1.834, 2009/05/30 21:02:33
Line 6045  ol#LC_PathBreadcrumbs li a { Line 6045  ol#LC_PathBreadcrumbs li a {
  border: solid 1px $lg_border_color;   border: solid 1px $lg_border_color;
 }  }
   
 .LC_ContentBoxSpecialContactInfo {  
  border: solid 1px $lg_border_color;  
  max-width:25%;  
  min-width:25%;  
 }  
   
 .LC_AboutMe_Image {  .LC_AboutMe_Image {
  float:left;   float:left;
  margin-right:10px;   margin-right:10px;
Line 6137  div.LC_columnSection>* { Line 6131  div.LC_columnSection>* {
  overflow:hidden;   overflow:hidden;
 }  }
   
 .ContentBoxSpecialTemplate {  
         border: solid 1px $lg_border_color;  
 }  
   
 .ContentBoxTemplate {  
         padding:10px;  
 }  
   
 div.LC_columnSection > .ContentBoxTemplate,  
 div.LC_columnSection > .ContentBoxSpecialTemplate {  
         width: 600px;  
 }  
   
 .clear {  .clear {
  clear: both;   clear: both;
  line-height: 0;   line-height: 0;

Removed from v.1.833  
changed lines
  Added in v.1.834


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