- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 08:22:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv28741
Modified Files:
results.css
Log Message:
avoiding float mishaps
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- results.css 20 Feb 2007 03:17:01 -0000 1.2
+++ results.css 20 Feb 2007 08:22:20 -0000 1.3
@@ -295,6 +295,7 @@
padding-top: .3em;
text-align: right;
border-top: 1px solid #eef;
+ clear: both;
}
p.backtop a:link, p.backtop a:hover, p.backtop a:visited {
Received on Tuesday, 20 February 2007 08:22:28 UTC