- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
 - Date: Fri, 08 Dec 2006 08:51:54 +0000
 - To: www-validator-cvs@w3.org
 
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv31020
Modified Files:
	base.css 
Log Message:
* fixing typo
* setting width of lang select box
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- base.css	28 Nov 2006 04:21:16 -0000	1.5
+++ base.css	8 Dec 2006 08:51:51 -0000	1.6
@@ -527,7 +527,7 @@
 #lang_choice {
         position: absolute;
         display: block;
-        width; 10em; 
+        width: 50em; 
         top: 0px; 
         text-align: right; 
         right: 75px; 
Received on Friday, 8 December 2006 08:52:04 UTC