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:
@@ -23,7 +23,7 @@ A.hidden { text-decoration: none; color: #000000; }
|
|||||||
OL,UL,P { font-size: 12px; }
|
OL,UL,P { font-size: 12px; }
|
||||||
TD,TR,TH { font-size: 12px; }
|
TD,TR,TH { font-size: 12px; }
|
||||||
INPUT { font-size: 12px; }
|
INPUT { font-size: 12px; }
|
||||||
PRE { font-family: Fixed; font-size: 12px; }
|
PRE { font-family: monospace; font-size: 12px; }
|
||||||
|
|
||||||
/* Hn Sizes */
|
/* Hn Sizes */
|
||||||
H1 { font-size: 180%; }
|
H1 { font-size: 180%; }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
.subtitle { text-decoration: underline; font-style: italic; }
|
.subtitle { text-decoration: underline; font-style: italic; }
|
||||||
|
|
||||||
.code { font-family: fixed; font-size: 12px; }
|
.code { font-family: monospace; font-size: 12px; }
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user