Change font-size: 69%; for font-size: small; this should give a better
rendering for IE and gecko based browsers (esp. if no minimum size font is defined) users. This is not perfect but the fonts displayed should be readable.
This commit is contained in:
parent
a17fdf64e1
commit
45ebb802d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26294
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 69%;
|
||||
/* font-size: 69%; */
|
||||
font-size: small;
|
||||
color: #000;
|
||||
background: #fff url("../images/hdr_fill.png") repeat-x;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue