diff options
author | ot <ot@localhost> | 2005-06-21 05:18:12 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-06-21 05:18:12 +0000 |
commit | 29ae81c1ef7852edb5bb5efaffcb88fc53ad8536 (patch) | |
tree | 00e603e3dda5a1b41d7cfcd6c7149f75ec7a77ea /htdocs/navbar.css | |
parent | 98e952ce6b8b58b80fe2bff89f8aa7be7dfb9baa (diff) | |
download | markup-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.
Diffstat (limited to 'htdocs/navbar.css')
-rw-r--r-- | htdocs/navbar.css | 4 |
1 files changed, 2 insertions, 2 deletions
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%; |