Diff for /loncom/interface/loncommon.pm between versions 1.402 and 1.403

version 1.402, 2006/06/26 23:32:56 version 1.403, 2006/06/27 00:07:33
Line 3148  table#LC_top_nav, table#LC_menubuttons { Line 3148  table#LC_top_nav, table#LC_menubuttons {
   background: $pgbg;    background: $pgbg;
   border: 2px;    border: 2px;
   border-collapse: separate;    border-collapse: separate;
     padding: 0px;
 }  }
   
 table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location,  table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location,
Line 3160  table#LC_title_bar.LC_with_remote { Line 3161  table#LC_title_bar.LC_with_remote {
   background: $pgbg;    background: $pgbg;
   font-family: $sans;    font-family: $sans;
   border-collapse: collapse;    border-collapse: collapse;
     padding: 0px;
 }  }
   
 table#LC_title_bar td {  table#LC_title_bar td {

Removed from v.1.402  
changed lines
  Added in v.1.403


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