Diff for /loncom/interface/loncommon.pm between versions 1.924 and 1.925

version 1.924, 2009/12/03 17:15:37 version 1.925, 2009/12/03 17:50:42
Line 5628  span.LC_prior_string, Line 5628  span.LC_prior_string,
 span.LC_prior_custom,  span.LC_prior_custom,
 span.LC_prior_reaction,  span.LC_prior_reaction,
 span.LC_prior_math {  span.LC_prior_math {
   font-family: monospace;    font-family: $mono;
   white-space: pre;    white-space: pre;
 }  }
   
 span.LC_prior_string {  span.LC_prior_string {
   font-family: monospace;    font-family: $mono;
   white-space: pre;    white-space: pre;
 }  }
   
Line 6321  table.LC_tableOfContent a { Line 6321  table.LC_tableOfContent a {
   text-decoration: none;    text-decoration: none;
 }  }
   
 table.LC_tableBrowseRes tr.LC_trOdd,  
 table.LC_tableOfContent tr.LC_trOdd {  
   background-color: #EEEEEE;  
 }  
   
 table.LC_tableOfContent img {  table.LC_tableOfContent img {
   border: none;    border: none;
   height: 1.3em;    height: 1.3em;

Removed from v.1.924  
changed lines
  Added in v.1.925


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