Diff for /loncom/interface/loncommon.pm between versions 1.718 and 1.719

version 1.718, 2008/12/15 16:37:44 version 1.719, 2008/12/16 10:41:02
Line 5702  div.columnSection > .ContentBoxSpecial Line 5702  div.columnSection > .ContentBoxSpecial
  width: 400px;   width: 400px;
   
 }  }
   .ContentBoxSpecialTemplate
   {
           border: solid 1px $lg_border_color;
   }
   .ContentBoxTemplate {
           padding:10px;
   }
   
   div.columnSection > .ContentBoxTemplate,
   div.columnSection > .ContentBoxSpecialTemplate
           {
           width: 600px;
   
   }
   
   
 .LC_loginpage_container {  .LC_loginpage_container {
  text-align:left;   text-align:left;

Removed from v.1.718  
changed lines
  Added in v.1.719


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