Diff for /loncom/interface/loncommon.pm between versions 1.939 and 1.940

version 1.939, 2010/02/12 17:35:49 version 1.940, 2010/02/12 17:53:43
Line 5113  table.LC_data_table tr td.LC_leftcol_hea Line 5113  table.LC_data_table tr td.LC_leftcol_hea
   
 table.LC_data_table tr.LC_empty_row td,  table.LC_data_table tr.LC_empty_row td,
 table.LC_nested tr.LC_empty_row td {  table.LC_nested tr.LC_empty_row td {
   background-color: #FFFFFF;  
   font-weight: bold;    font-weight: bold;
   font-style: italic;    font-style: italic;
   text-align: center;    text-align: center;
   padding: 8px;    padding: 8px;
 }  }
   
   table.LC_data_table tr.LC_empty_row td {
     background-color: $sidebg;
   }
   
   table.LC_nested tr.LC_empty_row td {
     background-color: #FFFFFF;
   }
   
 table.LC_caption {  table.LC_caption {
 }  }
   

Removed from v.1.939  
changed lines
  Added in v.1.940


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