Revert my changes since they do not completly/correctly fix the font

issue.
This commit is contained in:
Marc Fonvieille 2005-11-10 19:02:40 +00:00
parent 5e385b8b5e
commit 3cc0a07c18
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26317

View file

@ -6,8 +6,7 @@ body {
margin: 0;
padding: 0;
font-family: verdana, sans-serif;
/* font-size: 69%; */
font-size: small;
font-size: 69%;
color: #000;
background: #fff url("../images/hdr_fill.png") repeat-x;
}
@ -71,14 +70,12 @@ li > p {
pre {
font-family: monospace;
/* font-size: 1.4em; */
font-size: 1.2em;
font-size: 1.4em;
}
tt {
font-family: monospace;
/* font-size: 1.4em; */
font-size: 1.2em;
font-size: 1.4em;
}
strong, b {