validator/htdocs/style results.css,1.10,1.11

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

Modified Files:
	results.css 
Log Message:
IE bug fix

Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- results.css	26 Mar 2007 01:46:29 -0000	1.10
+++ results.css	26 Mar 2007 01:55:01 -0000	1.11
@@ -242,6 +242,8 @@
   padding-top: 1em;
 }
 
+form { margin:0 !important; padding: 0 !important; }
+
 h2.valid, h2.invalid, h2.tentative_valid {
     text-align: center;
     margin: 0;
@@ -258,7 +260,6 @@
   padding-top:		.2em;
   padding-bottom: 	.2em;
 }
-
 /* the default color of the headings is green now, 
 but we want to use it only for "congratulations"
 and stick to a neutral color for other headings */
@@ -336,4 +337,4 @@
 pre.outline {
     line-height: 160%;
     padding-left: 1.5em;
-}
\ No newline at end of file
+}

Received on Monday, 26 March 2007 01:55:14 UTC