validator/htdocs base.css,1.26.2.40,1.26.2.41

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv18014

Modified Files:
      Tag: validator-0_6_0-branch
	base.css 
Log Message:
Add explicit background on fieldset->legend to unbork MSIE:win.


Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.40
retrieving revision 1.26.2.41
diff -u -d -r1.26.2.40 -r1.26.2.41
--- base.css	17 May 2004 06:42:49 -0000	1.26.2.40
+++ base.css	17 May 2004 08:31:20 -0000	1.26.2.41
@@ -51,6 +51,7 @@
 
 fieldset legend {
   color: #053188;
+  background: #FFF;
   font-variant: small-caps;
   padding: .1ex .5ex;
   border-right: 1px solid gray;

Received on Monday, 17 May 2004 04:33:28 UTC