Diff for /loncom/interface/loncommon.pm between versions 1.392 and 1.393

version 1.392, 2006/06/23 02:56:29 version 1.393, 2006/06/23 03:00:53
Line 3146  table#LC_top_nav, table#LC_menubuttons { Line 3146  table#LC_top_nav, table#LC_menubuttons {
   border-collapse: seperate;    border-collapse: seperate;
 }  }
   
 table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location {  table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location,
   table#LC_title_bar.LC_with_remote {
   width: 100%;    width: 100%;
   border-color: $pgbg;    border-color: $pgbg;
   border-style: solid;    border-style: solid;
Line 3157  table#LC_title_bar, table#LC_breadcrumbs Line 3158  table#LC_title_bar, table#LC_breadcrumbs
   border-collapse: collapse;    border-collapse: collapse;
 }  }
   
 table#LC_title_bar.LC_with_remote {  
   width: 100%;  
   border: 0;  
   border-spacing: 0;  
   background: $pgbg;  
   font-family: $sans;  
   border-collapse: collapse;  
 }  
 table#LC_title_bar td {  table#LC_title_bar td {
   padding: 3px;    padding: 3px;
   background: $tabbg;    background: $tabbg;

Removed from v.1.392  
changed lines
  Added in v.1.393


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