Replace fixed by the more generic monospace (http://www.w3.org/Style/Examples/007/fonts.html)

Fixes bug #3000 (http://bugs.winehq.org/show_bug.cgi?id=3000)
This commit is contained in:
Jonathan Ernst
2005-10-15 15:18:19 +00:00
committed by WineHQ
parent cc9caadb13
commit 1c4e7d316f
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ A.hidden { text-decoration: none; color: #000000; }
OL,UL,P { font-size: 12px; }
TD,TR,TH { font-size: 12px; }
INPUT { font-size: 12px; }
PRE { font-family: Fixed; font-size: 12px; }
PRE { font-family: monospace; font-size: 12px; }
/* Hn Sizes */
H1 { font-size: 180%; }

View File

@@ -6,7 +6,7 @@
.subtitle { text-decoration: underline; font-style: italic; }
.code { font-family: fixed; font-size: 12px; }
.code { font-family: monospace; font-size: 12px; }
p {
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;