Diff for /loncom/interface/loncommon.pm between versions 1.967 and 1.969

version 1.967, 2010/05/06 16:16:02 version 1.969, 2010/05/30 12:47:05
Line 5580  table.LC_group_priv td { Line 5580  table.LC_group_priv td {
   padding: 0;    padding: 0;
 }  }
   
 table.LC_notify_front_page {  
   background: white;  
   border: 1px solid black;  
   padding: 8px;  
 }  
   
 table.LC_notify_front_page td {  
   padding: 8px;  
 }  
   
 .LC_navbuttons {  .LC_navbuttons {
   margin: 2ex 0ex 2ex 0ex;    margin: 2ex 0ex 2ex 0ex;
 }  }
Line 6247  ul.LC_CourseBreadcrumbs li a { Line 6237  ul.LC_CourseBreadcrumbs li a {
   font-size:90%;    font-size:90%;
 }  }
   
   ol#LC_MenuBreadcrumbs h1 {
     display: inline;
     font-size: 90%;
     line-height: 2.5em;
     margin: 0;
     padding: 0;
   }
   
 ol#LC_PathBreadcrumbs li a {  ol#LC_PathBreadcrumbs li a {
   text-decoration:none;    text-decoration:none;
   font-size:100%;    font-size:100%;

Removed from v.1.967  
changed lines
  Added in v.1.969


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