Diff for /loncom/interface/loncommon.pm between versions 1.912 and 1.913

version 1.912, 2009/11/06 16:53:17 version 1.913, 2009/11/10 13:58:55
Line 4885  table#LC_title_bar.LC_with_remote { Line 4885  table#LC_title_bar.LC_with_remote {
   margin: 0;    margin: 0;
 }  }
   
   /* #SD START (work in progress)*/
   
   ul.LC_bct {
       margin: 0;
       padding: 0;
   }
   ul.LC_bct ol {
       display: inline;
   }
   ul.LC_bct ul {
       display: inline;
       padding: 0;
   }
   ul.LC_bct li {
       list-style-type: none;
       display: inline;
   }
   
   
   ul.LC_breadcrumb_tools {
   }
   
   li.LC_breadcrumb_tools {
   }
   li.LC_breadcrumb_tools img{
       vertical-align: middle;
   }
   
   .LC_breadcrumb_tools_A {
       margin: 0 0 0 1em;
   }
   .LC_breadcrumb_tools_B {
       float: right;
       margin-top: 0.4em;
   }
   .LC_breadcrumb_tools_C {
       margin: 0 1em 0 0;
       float: right;
   }
   /* #SD END */
   
 table#LC_title_bar td {  table#LC_title_bar td {
   background: $tabbg;    background: $tabbg;
 }  }

Removed from v.1.912  
changed lines
  Added in v.1.913


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