- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 May 2005 08:39:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv23737
Modified Files:
base.css
Log Message:
removing neither-here-nor-there yellow and setting consistent white. Also reclaiming display real estate at top
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- base.css 11 May 2005 05:52:29 -0000 1.49
+++ base.css 12 May 2005 08:39:57 -0000 1.50
@@ -30,16 +30,17 @@
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 @@
*/
#banner {
- background: white;
+ background-color: white;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
@@ -60,7 +61,9 @@
padding: 0;
height: 50px;
margin-bottom: 0;
+/*
margin-top: 20px;
+*/
margin-left: 42px;
border: 0;
@@ -80,6 +83,7 @@
border-right: 1px solid #dfebf7;
}
#main, address {
+ background-color: white;
margin: 0;
margin-left: 42px;
padding: 15px;
Received on Thursday, 12 May 2005 08:40:05 UTC