diff options
author | ot <ot@localhost> | 2005-05-12 08:39:57 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-05-12 08:39:57 +0000 |
commit | 1722c01f8202029c45449f8eba531f065f18e0f0 (patch) | |
tree | aa676a5b66e763d0288f9f49a344abccd46b2e0c | |
parent | c8fba81b61408d9da45e8c3fe901c1f11955f741 (diff) | |
download | markup-validator-1722c01f8202029c45449f8eba531f065f18e0f0.zip markup-validator-1722c01f8202029c45449f8eba531f065f18e0f0.tar.gz markup-validator-1722c01f8202029c45449f8eba531f065f18e0f0.tar.bz2 |
removing neither-here-nor-there yellow and setting consistent white. Also reclaiming display real estate at top
-rw-r--r-- | htdocs/base.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index c2395f9..f2a270c 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.49 2005-05-11 05:52:29 ot Exp $ + $Id: base.css,v 1.50 2005-05-12 08:39:57 ot Exp $ */ @import url("results.css"); /* CSS for validation results. */ @@ -30,16 +30,17 @@ p#msie { /* msie-bug note for text/plain */ General styling */ html { - background: #fffaf5; + background-color: white; } body { margin: auto auto; padding-left: 5%; padding-right: 5%; + background-color: white; background-image: url(http://www.w3.org/Icons/logo-WMVS.png); background-attachment: fixed; - background-position: 0 20px; + background-position: 0 0; background-repeat: no-repeat; color: #11111A; font-family: Helvetica, Arial, sans-serif; @@ -52,7 +53,7 @@ body { */ #banner { - background: white; + background-color: white; background-image: url(images/header.jpg); background-repeat: no-repeat; background-attachment: scroll; @@ -60,7 +61,9 @@ body { padding: 0; height: 50px; margin-bottom: 0; +/* margin-top: 20px; +*/ margin-left: 42px; border: 0; @@ -80,6 +83,7 @@ body { border-right: 1px solid #dfebf7; } #main, address { + background-color: white; margin: 0; margin-left: 42px; padding: 15px; |