From 4742a94a024e766d83f6232410aa67765f6d8bb2 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 8 May 2000 02:37:39 +0000 Subject: [PATCH] Updated CSS. --- styles/quakeforge.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/quakeforge.css b/styles/quakeforge.css index 5c95675..5681c65 100644 --- a/styles/quakeforge.css +++ b/styles/quakeforge.css @@ -9,7 +9,10 @@ OL,UL,P,BODY,TD,TR,TH,FORM,SPAN { color: white; } -TD.featurebox { font-size: small; } +TD.featureBox { + font-size: small; + background: rgb(38,40,51); +} H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; } DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }