summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-06-21 05:18:12 +0000
committerot <ot@localhost>2005-06-21 05:18:12 +0000
commit29ae81c1ef7852edb5bb5efaffcb88fc53ad8536 (patch)
tree00e603e3dda5a1b41d7cfcd6c7149f75ec7a77ea
parent98e952ce6b8b58b80fe2bff89f8aa7be7dfb9baa (diff)
downloadmarkup-validator-29ae81c1ef7852edb5bb5efaffcb88fc53ad8536.zip
markup-validator-29ae81c1ef7852edb5bb5efaffcb88fc53ad8536.tar.gz
markup-validator-29ae81c1ef7852edb5bb5efaffcb88fc53ad8536.tar.bz2
Commenting out usage of "W3C markup validator" vertical banner,
after some more usability research (on the cheap): - the banner was "a nice way to know where I am", even when scrolled down, but - the implementation did cause other usability issues (not clickable), - broken agents will not cache the png, and - it's a potential branding can of worms (?) w.r.t W3C specs. I find the pages sadly lackluster without this little banner, but will do without, for the moment.
-rw-r--r--htdocs/base.css14
-rw-r--r--htdocs/navbar.css4
2 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index 9ce3b30..3b91025 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.54 2005-05-23 22:00:32 ot Exp $
+ $Id: base.css,v 1.55 2005-06-21 05:18:12 ot Exp $
*/
@import url("results.css"); /* CSS for validation results. */
@@ -35,13 +35,13 @@ html {
body {
margin: auto auto;
- padding-left: 5%;
- padding-right: 5%;
+ padding-left: 6%;
+ padding-right: 6%;
background-color: white;
- background-image: url(http://www.w3.org/Icons/logo-WMVS.png);
+/* background-image: url(http://www.w3.org/Icons/logo-WMVS.png);
background-attachment: fixed;
background-position: 0 0;
- background-repeat: no-repeat;
+ background-repeat: no-repeat; */
color: #11111A;
font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
font-size: 1em; /* setting base font to user's prefered size */
@@ -63,8 +63,8 @@ body {
margin-bottom: 0;
/*
margin-top: 20px;
-*/
margin-left: 42px;
+*/
border: 0;
}
@@ -86,7 +86,7 @@ body {
#main, address {
background-color: white;
margin: 0;
- margin-left: 42px;
+ /*margin-left: 42px; */
padding: 15px;
padding-left: 0;
padding-right: 0;
diff --git a/htdocs/navbar.css b/htdocs/navbar.css
index e187915..be1c218 100644
--- a/htdocs/navbar.css
+++ b/htdocs/navbar.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: navbar.css,v 1.21 2005-06-03 04:58:53 ot Exp $
+ $Id: navbar.css,v 1.22 2005-06-21 05:18:12 ot Exp $
*/
@@ -12,7 +12,7 @@
background-color: #005A9C;
margin: 0;
padding: 0;
- margin-left: 42px;
+ /*margin-left: 42px;*/
padding-top:3px;
padding-bottom: 3px;
line-height: 140%;