Diff for /loncom/interface/loncommon.pm between versions 1.770 and 1.771

version 1.770, 2009/03/17 21:05:06 version 1.771, 2009/03/17 23:11:20
Line 4556  form, .inline { display: inline; } Line 4556  form, .inline { display: inline; }
 }  }
   
 .LC_icon {  .LC_icon {
   border: 0px;    border: none;
   }
   
   .LC_fileicon {
     border: none;
     height: 1.3em;
     vertical-align: text-bottom;
     margin-right: 0.3em;
     text-decoration:none;
 }  }
   
 .LC_indexer_icon {  .LC_indexer_icon {
   border: 0px;    border: 0px;
   height: 22px;    height: 22px;
Line 4565  form, .inline { display: inline; } Line 4574  form, .inline { display: inline; }
 .LC_docs_spacer {  .LC_docs_spacer {
   width: 25px;    width: 25px;
   height: 1px;    height: 1px;
   border: 0px;    border: none;
 }  }
   
 .LC_internal_info {  .LC_internal_info {
Line 5910  table em{ Line 5919  table em{
  font-weight: bold;   font-weight: bold;
  font-style: normal;   font-style: normal;
 }  }
   table.LC_tableBrowseRes, 
 table.LC_tableOfContent{  table.LC_tableOfContent{
         border:none;          border:none;
  border-spacing: 1;   border-spacing: 1;
Line 5918  table.LC_tableOfContent{ Line 5927  table.LC_tableOfContent{
  background-color: #FFFFFF;   background-color: #FFFFFF;
  font-size: 90%;   font-size: 90%;
 }  }
   table.LC_tableBrowseRes a,
 table.LC_tableOfContent a {  table.LC_tableOfContent a {
         background-color:transparent;          background-color: transparent;
  text-decoration: none;   text-decoration: none;
 }  }
   
   table.LC_tableBrowseRes tr.LC_trOdd,
 table.LC_tableOfContent tr.LC_trOdd{  table.LC_tableOfContent tr.LC_trOdd{
  background-color: #EEEEEE;   background-color: #EEEEEE;
 }  }

Removed from v.1.770  
changed lines
  Added in v.1.771


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