Diff for /loncom/interface/loncommon.pm between versions 1.745 and 1.746

version 1.745, 2009/02/10 14:23:18 version 1.746, 2009/02/13 17:26:55
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
   {
    border: solid 1px $lg_border_color;
    max-width:25%;
    min-width:25%;
 }  }
   
 dl.LC_ListStyleClean dt {  dl.LC_ListStyleClean dt {
Line 5813  div.LC_columnSection > .LC_ContentBoxSpe Line 5821  div.LC_columnSection > .LC_ContentBoxSpe
   
 .ContentBoxSpecialTemplate  .ContentBoxSpecialTemplate
 {  {
         border: solid 1px $lg_border_color;          border: solid 1px $lg_border_color;
 }  }
 .ContentBoxTemplate {  .ContentBoxTemplate {
         padding:10px;          padding:10px;

Removed from v.1.745  
changed lines
  Added in v.1.746


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