- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Feb 2005 23:47:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv30673
Modified Files:
base.css
Log Message:
setting block height of address block to actual size of footer background - 45+10=55px
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- base.css 16 Feb 2005 23:44:36 -0000 1.44
+++ base.css 16 Feb 2005 23:47:11 -0000 1.45
@@ -90,8 +90,8 @@
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right;
- height:40px;
- padding-top: 7px;
+ height:45px;
+ padding-top: 10px;
padding-bottom: 0;
padding-left: 15px;
clear: right;
Received on Wednesday, 16 February 2005 23:47:14 UTC