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:
Marc Fonvieille 2005-11-09 07:02:56 +00:00
parent a17fdf64e1
commit 45ebb802d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26294

View file

@ -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;
}