summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-06-06 18:42:32 +0000
committerot <ot@localhost>2007-06-06 18:42:32 +0000
commitf24881835804815b7795010787aa5d31a2507881 (patch)
treeef13c9d2919b7cf0713861783e24160ebc96659e
parent8dbf4ae45b0b5da9b50cf1ae1dcb198b5b3f13fc (diff)
downloadmarkup-validator-f24881835804815b7795010787aa5d31a2507881.zip
markup-validator-f24881835804815b7795010787aa5d31a2507881.tar.gz
markup-validator-f24881835804815b7795010787aa5d31a2507881.tar.bz2
setting base background color to white, to avoid issues if user has other default set up in browser
-rw-r--r--htdocs/style/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index 63e493f..db451d4 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -10,7 +10,7 @@ br, input, button, textarea, h1, h2, h3, h4, h5, strong {
font-size: 100%;
font-family: Helvetica, Arial, Sans-Serif;
vertical-align: baseline;
- background-color: transparent;
+ background-color: white;
color: #1f2126;
line-height: 1;
text-align: left;