- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jun 2005 05:18:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv4834
Modified Files:
base.css navbar.css
Log Message:
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.
Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- navbar.css 3 Jun 2005 04:58:53 -0000 1.21
+++ navbar.css 21 Jun 2005 05:18:12 -0000 1.22
@@ -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%;
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- base.css 23 May 2005 22:00:32 -0000 1.54
+++ base.css 21 Jun 2005 05:18:12 -0000 1.55
@@ -35,13 +35,13 @@
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 @@
margin-bottom: 0;
/*
margin-top: 20px;
-*/
margin-left: 42px;
+*/
border: 0;
}
@@ -86,7 +86,7 @@
#main, address {
background-color: white;
margin: 0;
- margin-left: 42px;
+ /*margin-left: 42px; */
padding: 15px;
padding-left: 0;
padding-right: 0;
Received on Tuesday, 21 June 2005 05:18:16 UTC