From faeb951714ea3c3c307d6dfa001ebd55ea6c30aa Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Tue, 16 Mar 2004 11:10:49 +0000 Subject: [PATCH] Change PRE, TT, etc. to use "monospace" instead of "sans-serif" as a fallback. --- styles/quakeforge.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/quakeforge.css b/styles/quakeforge.css index cc054fc..7742bb3 100644 --- a/styles/quakeforge.css +++ b/styles/quakeforge.css @@ -53,7 +53,7 @@ TABLE.featureBox TD.inside { H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; } DL,DT,DD { font-family: Arial, Helvetica, sans-serif; } -PRE,TT,CODE { font-family: "Courier New", Courier, sans-serif; } +PRE,TT,CODE { font-family: "Courier New", Courier, monospace; } /* Links */ A { color: rgb(170,170,255); text-decoration: none; } A:visited { color: rgb(170,170,255); text-decoration: none; }