- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Oct 2007 14:05:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv10100
Modified Files:
base.css
Log Message:
copy markup validator's style with new UI
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- base.css 22 Aug 2007 11:10:01 -0000 1.15
+++ base.css 31 Oct 2007 14:05:33 -0000 1.16
@@ -1,499 +1,720 @@
-/*
- Base Style Sheet for the W3C CSS validation service
- based on the one for Markup Validation Service.
-
- Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved.
- See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
-
- $Id$
-*/
+/* @group Reset */
[...1037 lines suppressed...]
-/* language selection bar */
-#lang_choice {
- position: absolute;
- display: block;
- width: 50em;
- top: 0px;
- text-align: right;
- right: 75px;
- margin-top: 6px;
- font-size: x-small;
- list-style: none;
+
+#test_warning img {
+ width: 1.3em;
+ vertical-align: middle;
}
-#lang_choice li { display: inline; padding-left: .5em;}
+
+/* @end */
\ No newline at end of file
Received on Wednesday, 31 October 2007 14:05:42 UTC