- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Nov 2006 06:58:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv17599/style
Modified Files:
base.css
Log Message:
language selection box (first try)
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- base.css 25 Sep 2006 05:30:22 -0000 1.2
+++ base.css 13 Nov 2006 06:58:38 -0000 1.3
@@ -523,3 +523,13 @@
border-bottom: solid 1px #fff;
}
+/* language selection bar */
+#lang_choice {
+ position: absolute;
+ display: block;
+ width; 10em;
+ top: 60px;
+ text-align: right;
+ right: 48px;
+ font-size: x-small;
+}
Received on Monday, 13 November 2006 06:58:49 UTC