Project

General

Profile

« Previous | Next » 

Revision 1024

Added by brooke almost 22 years ago

changed .highlight style so font-size attribute is 1em instead of -1. Original -1 setting was not NN4 compatible

View differences:

lib/style/rowcol.css
7 7
 .stephead {background=color: #000000; color: white;}
8 8
 .coleven {}
9 9
 .colodd  {}
10
 .highlight  {background-color: #DDDDDD; color: black; font-size: -1}
10
 .highlight  {background-color: #DDDDDD; color: black; font-size: 1em}
11 11
 .sectionhead  {background-color: #DDDDDD; color: black}
lib/style/knb.css
152 152
    background: white; }
153 153
.highlight  {
154 154
    background-color: #dddddd; 
155
    font-size: -1; }
155
    font-size: 1em; }
156 156
.plaintext {
157 157
    color: black;
158 158
    font-weight: normal;
lib/style/default.css
152 152
    background: white; }
153 153
.highlight  {
154 154
    background-color: #dddddd; 
155
    font-size: -1; }
155
    font-size: 1em; }
156 156
.plaintext {
157 157
    color: black;
158 158
    font-weight: normal;

Also available in: Unified diff