2002/css-validator/style results.css,1.20,1.21

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

Modified Files:
	results.css 
Log Message:
fixing float problem on source code

Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- results.css	15 Dec 2006 02:33:44 -0000	1.20
+++ results.css	18 Dec 2006 12:42:56 -0000	1.21
@@ -155,7 +155,7 @@
 	background-color: #F1F1F1;
 	padding: 1em;
 	border-bottom: 1px solid #ddd;
-}
+	clear:both;}
 
 /* class="selectorValue" - value of the selector */
 .selectorValue {font-weight: bold;}
@@ -169,11 +169,11 @@
 
 /* class='Property' - propertie name */
 .Property {
+	display:block;
+	float:left;
+	clear:left;
 	color: #222;
 	font-style: italic;
-	position: relative;
-	display: block;
-	float:left;
 	}
 
 /* class='PropertyValue' - value of property */

Received on Monday, 18 December 2006 12:43:17 UTC