Diff for /loncom/interface/loncommon.pm between versions 1.767 and 1.768

version 1.767, 2009/03/09 18:06:32 version 1.768, 2009/03/17 16:11:52
Line 5910  table em{ Line 5910  table em{
  font-style: normal;   font-style: normal;
 }  }
   
 table#LC_tableOfContent{  table.LC_tableOfContent{
  border-collapse: collapse;   border-collapse: collapse;
  border-spacing: 0;   border-spacing: 0;
  padding: 3px;   padding: 3px;
Line 5918  table#LC_tableOfContent{ Line 5918  table#LC_tableOfContent{
  background-color: #FFFFFF;   background-color: #FFFFFF;
  font-size: 90%;   font-size: 90%;
 }  }
 table#LC_tableOfContent a {  table.LC_tableOfContent a {
           background-color:transparent;
  text-decoration: none;   text-decoration: none;
 }  }
   
 table#LC_tableOfContent tr.LC_trOdd{  table.LC_tableOfContent tr.LC_trOdd{
  background-color: #EEEEEE;   background-color: #EEEEEE;
 }  }
   
 table#LC_tableOfContent img{  table.LC_tableOfContent img{
  border: none;   border: none;
  height: 1.3em;   height: 1.3em;
  vertical-align: text-bottom;   vertical-align: text-bottom;

Removed from v.1.767  
changed lines
  Added in v.1.768


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