Diff for /loncom/interface/loncommon.pm between versions 1.992 and 1.993

version 1.992, 2010/12/30 21:49:15 version 1.993, 2011/01/03 14:19:38
Line 4486  Returns: HTML div with $content Line 4486  Returns: HTML div with $content
 sub head_subbox {  sub head_subbox {
     my ($content)=@_;      my ($content)=@_;
     my $output =      my $output =
         '<div id="LC_head_subbox">'          '<div class="LC_head_subbox">'
        .$content         .$content
        .'</div>'         .'</div>'
 }  }
Line 5091  td.LC_table_cell_checkbox { Line 5091  td.LC_table_cell_checkbox {
   padding: 0;    padding: 0;
 }  }
   
 #LC_head_subbox {  .LC_head_subbox {
   clear:both;    clear:both;
   background: #F8F8F8; /* $sidebg; */    background: #F8F8F8; /* $sidebg; */
   border: 1px solid $sidebg;    border: 1px solid $sidebg;

Removed from v.1.992  
changed lines
  Added in v.1.993


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