Diff for /loncom/interface/loncommon.pm between versions 1.692.4.34 and 1.692.4.35

version 1.692.4.34, 2010/04/03 21:58:48 version 1.692.4.35, 2010/04/14 14:14:58
Line 4770  sub standard_css { Line 4770  sub standard_css {
 h1, h2, h3, th { font-family: $sans }  h1, h2, h3, th { font-family: $sans }
 a:focus { color: red; background: yellow }   a:focus { color: red; background: yellow } 
   
 hr {  
   clear: both;  
   color: $tabbg;  
   background-color: $tabbg;  
   height: 3px;  
   border: none;  
 }  
   
 table.thinborder,  table.thinborder,
   
 table.thinborder tr th {  table.thinborder tr th {

Removed from v.1.692.4.34  
changed lines
  Added in v.1.692.4.35


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