- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Feb 2005 23:44:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv30502
Modified Files:
base.css
Log Message:
making the address block a little less clumsy by setting some padding and having the img float to the left of the 2 lines of text
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- base.css 16 Feb 2005 23:29:15 -0000 1.43
+++ base.css 16 Feb 2005 23:44:36 -0000 1.44
@@ -90,14 +90,20 @@
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right;
- border-top: 1px solid #E8E8FA;
- height:50px;
- padding-top: 0;
+ height:40px;
+ padding-top: 7px;
padding-bottom: 0;
+ padding-left: 15px;
clear: right;
}
+address img {
+ display: inline;
+ float: left;
+ width: 88px;
+}
+
#main {
border-bottom: 0;
}
Received on Wednesday, 16 February 2005 23:44:39 UTC