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

version 1.766, 2009/03/09 05:52:59 version 1.770, 2009/03/17 21:05:06
Line 5276  table.LC_prior_match tr td { Line 5276  table.LC_prior_match tr td {
   border: 1px solid #000000;    border: 1px solid #000000;
 }  }
   
   td.LC_nobreak,
 span.LC_nobreak {  span.LC_nobreak {
   white-space: nowrap;    white-space: nowrap;
 }  }
Line 5910  table em{ Line 5911  table em{
  font-style: normal;   font-style: normal;
 }  }
   
 table#LC_tableOfContent{  table.LC_tableOfContent{
  border-collapse: collapse;          border:none;
  border-spacing: 0;   border-spacing: 1;
  padding: 3px;   padding: 3px;
  border: 0;  
  background-color: #FFFFFF;   background-color: #FFFFFF;
  font-size: 90%;   font-size: 90%;
 }  }
 table#LC_tableOfContent a {  table.LC_tableOfContent a {
           background-color:transparent;
  text-decoration: none;   text-decoration: none;
 }  }
   
 table#LC_tableOfContent tr.LC_trOdd{  table.LC_tableOfContent tr.LC_trOdd{
  background-color: #EEEEEE;   background-color: #EEEEEE;
 }  }
   
 table#LC_tableOfContent img{  table.LC_tableOfContent img{
  border: none;   border: none;
  height: 1.3em;   height: 1.3em;
  vertical-align: text-bottom;   vertical-align: text-bottom;
Line 5981  ul#LC_toolbar li{ Line 5982  ul#LC_toolbar li{
  border:1px solid white;   border:1px solid white;
  padding:0;   padding:0;
  margin: 0;   margin: 0;
  display:inline-block;      float: left;
    display:inline;
  vertical-align:middle;   vertical-align:middle;
 }  }
   
 a.LC_toolbarItem{  a.LC_toolbarItem{
  display:inline-block;   display:block;
  padding:0;   padding:0;
  margin:0;   margin:0;
  height: 32px;   height: 32px;

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


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