diff options
author | ot <ot@localhost> | 2007-06-06 18:42:32 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-06-06 18:42:32 +0000 |
commit | f24881835804815b7795010787aa5d31a2507881 (patch) | |
tree | ef13c9d2919b7cf0713861783e24160ebc96659e | |
parent | 8dbf4ae45b0b5da9b50cf1ae1dcb198b5b3f13fc (diff) | |
download | markup-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.css | 2 |
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; |