Diff for /loncom/interface/loncommon.pm between versions 1.845 and 1.846

version 1.845, 2009/06/17 15:27:14 version 1.846, 2009/06/30 10:18:52
Line 4605  a:focus { Line 4605  a:focus {
   background: yellow     background: yellow 
 }  }
   
   hr {
     clear: both;
     color: $tabbg;
     background-color: $tabbg;
     height: 3px;
     border: none;
   }
   
 form, .inline {   form, .inline { 
    display: inline;      display: inline; 
 }  }
Line 5728  div.LC_edit_problem_saves { Line 5736  div.LC_edit_problem_saves {
   padding-bottom: 5px;    padding-bottom: 5px;
 }  }
   
 hr.LC_edit_problem_divide {  
   clear: both;  
   color: $tabbg;  
   background-color: $tabbg;  
   height: 3px;  
   border: none;  
 }  
   
 img.stift{  img.stift{
   border-width: 0;    border-width: 0;
   vertical-align: middle;    vertical-align: middle;

Removed from v.1.845  
changed lines
  Added in v.1.846


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