validator/htdocs results.css,1.13.2.34,1.13.2.35

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

Modified Files:
      Tag: validator-0_6_0-branch
	results.css 
Log Message:
Add empty <div> to work around a box-calculation bug in Safari 1.2.


Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.13.2.34
retrieving revision 1.13.2.35
diff -u -d -r1.13.2.34 -r1.13.2.35
--- results.css	18 May 2004 01:19:17 -0000	1.13.2.34
+++ results.css	18 May 2004 02:04:06 -0000	1.13.2.35
@@ -11,18 +11,23 @@
 /* Various Bits of the Table Header */
 /*
 */
-div.moreinfo {
+fieldset div.moreinfo {
   float: right;
   width: 30%;
 }
 
-div.moreinfo p {
+fieldset div.moreinfo p {
   background: #FFF;
   border: 1px solid #CCC;
   text-align: justify;
   font-size: smaller;
 }
 
+fieldset div.cheat {
+  clear: both;
+}
+
+
 table.header {
   clear: left;
   margin-left: auto;

Received on Monday, 17 May 2004 22:08:32 UTC