2002/css-validator/style base.css,1.10,1.11

Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv10395/style

Modified Files:
	base.css 
Log Message:
fieldset legend styling for browsers without JS (scripting will hide the fieldsets)

Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- base.css	5 Jan 2007 18:47:34 -0000	1.10
+++ base.css	5 Jan 2007 18:53:10 -0000	1.11
@@ -226,11 +226,11 @@
 }
 fieldset legend {
     font-weight: bold;
-    background-color: white;
-    color: #11111A;
-    border: 1px solid #005A9C;
     padding: .5em;
 }
+fieldset.moreoptions legend {
+    font-weight: normal;
+}
 fieldset p { 
     margin: 0 0  0.8em 0; 
     padding: 0; 

Received on Friday, 5 January 2007 18:53:36 UTC