- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Apr 2007 07:23:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv25743/htdocs/style
Modified Files:
	base.css 
Log Message:
getting ready for 0.8.0 beta1
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- base.css	12 Apr 2007 07:18:15 -0000	1.9
+++ base.css	18 Apr 2007 07:23:00 -0000	1.10
@@ -447,6 +447,15 @@
 /* 
 	legalese and logos beneath the menu bar
 							*/
+p#version_info {
+    font-size:      x-small;
+    text-align: center;
+    color: #888;
+    background-color: white;
+    margin-top:     20px;
+    margin-left:    210px;
+    margin-right: 240px;
+}
 
 p#activity_logos {
 float:left; 
@@ -460,7 +469,6 @@
 
                                                             
 p.copyright {
-  margin-top:     20px;
   margin-left:    210px;
   margin-right: 240px;
   font-size:      x-small;
Received on Wednesday, 18 April 2007 07:23:32 UTC