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

version 1.832, 2009/05/28 16:54:29 version 1.834, 2009/05/30 21:02:33
Line 5446  div.LC_feedback_link { Line 5446  div.LC_feedback_link {
   width: 100%;    width: 100%;
   padding-bottom: 10px;    padding-bottom: 10px;
   border: 1px $tabbg solid;    border: 1px $tabbg solid;
     height: 22px;
     line-height: 22px;
     padding-top: 5px;
   }
   
   div.LC_feedback_link img {
     height: 22px;
 }  }
   
 div.LC_feedback_link a{  div.LC_feedback_link a{
Line 6038  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 6130  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.832  
changed lines
  Added in v.1.834


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