- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Fri, 07 Jan 2005 05:59:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv15624
Modified Files:
base.css
Log Message:
forgotten fixed width
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- base.css 7 Jan 2005 05:44:54 -0000 1.36
+++ base.css 7 Jan 2005 05:59:38 -0000 1.37
@@ -199,7 +199,7 @@
p.copyright {
margin-top: 20px;
- width: 500px;
+ width: 50%;
font-size: x-small;
text-align: justify;
text-transform: uppercase;
Received on Friday, 7 January 2005 05:59:40 UTC