- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Oct 2007 14:15:08 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv16033
Modified Files:
base.css
Log Message:
missing background
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- base.css 31 Oct 2007 14:05:33 -0000 1.16
+++ base.css 31 Oct 2007 14:15:06 -0000 1.17
@@ -479,7 +479,7 @@
ul#menu li {
display: inline;
margin-right: 0.8em;
-}
+ background: #EAEBEE; }
@@ -717,4 +717,4 @@
vertical-align: middle;
}
-/* @end */
\ No newline at end of file
+/* @end */
Received on Wednesday, 31 October 2007 14:15:17 UTC