Diff for /loncom/interface/loncommon.pm between versions 1.605 and 1.606

version 1.605, 2007/11/01 14:05:26 version 1.606, 2007/11/01 20:53:17
Line 4179  table.LC_pastsubmission { Line 4179  table.LC_pastsubmission {
   margin: 2px;    margin: 2px;
 }  }
   
 table#LC_top_nav, table#LC_menubuttons {  table#LC_top_nav, table#LC_menubuttons,table#LC_nav_location {
   width: 100%;    width: 100%;
   background: $pgbg;    background: $pgbg;
   border: 2px;    border: 2px;
Line 4187  table#LC_top_nav, table#LC_menubuttons { Line 4187  table#LC_top_nav, table#LC_menubuttons {
   padding: 0px;    padding: 0px;
 }  }
   
 table#LC_title_bar, table.LC_breadcrumbs, table#LC_nav_location,  table#LC_title_bar, table.LC_breadcrumbs, 
 table#LC_title_bar.LC_with_remote {  table#LC_title_bar.LC_with_remote {
   width: 100%;    width: 100%;
   border-color: $pgbg;    border-color: $pgbg;

Removed from v.1.605  
changed lines
  Added in v.1.606


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