Diff for /loncom/interface/loncommon.pm between versions 1.750 and 1.753

version 1.750, 2009/02/17 10:14:56 version 1.753, 2009/02/24 20:10:30
Line 5899  table em{ Line 5899  table em{
  font-style:normal;   font-style:normal;
 }  }
   
   table#LC_tableOfContent{
    border-collapse: collapse;
    border-spacing:0;
    padding:3px;
    border:0;
    background-color:#ffffff;
    font-size:90%;
   }
   table#LC_tableOfContent a {
    text-decoration: none;
   }
   
   table#LC_tableOfContent tr.LC_trOdd{
    background-color:#eeeeee;
   }
   
   table#LC_tableOfContent img{
    border: none;
    height: 1.3em;
    vertical-align: text-bottom;
    margin-right: 0.3em;
   }
 END  END
 }  }
   

Removed from v.1.750  
changed lines
  Added in v.1.753


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