Diff for /loncom/interface/loncommon.pm between versions 1.736 and 1.739

version 1.736, 2009/01/28 13:49:50 version 1.739, 2009/01/30 12:47:54
Line 5637  ul.LC_TabContent li a, ul.LC_TabContent Line 5637  ul.LC_TabContent li a, ul.LC_TabContent
  font-weight:bold;   font-weight:bold;
  white-space:nowrap;   white-space:nowrap;
 }  }
   
   ul.LC_TabContent li:hover, ul.LC_TabContent li.active {
           background: url(/adm/lonIcons/lightGreyBG.png) repeat-x right bottom;
           color:#BF2317;
           text-decoration:none;
   }
   
 .LC_hideThis  .LC_hideThis
 {  {
  display:none;   display:none;
Line 5840  div.LC_columnSection > .ContentBoxSpecia Line 5847  div.LC_columnSection > .ContentBoxSpecia
  border-bottom: 1px solid #CCCCCC;   border-bottom: 1px solid #CCCCCC;
 }  }
   
 .LC_loginpage_fieldset{  
  border: 1px solid #CCCCCC;  
  margin: 0 auto;  
 }  
   
 .LC_loginpage_legend{  
  padding: 2px;  
  margin: 0px;  
  font-size:14px;  
  font-weight:bold;  
 }  
   
   
 END  END
 }  }
   

Removed from v.1.736  
changed lines
  Added in v.1.739


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