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

version 1.751, 2009/02/19 10:58:56 version 1.752, 2009/02/22 18:30:27
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 5819  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 5837  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;

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


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