diff options
author | ot <ot@localhost> | 2007-02-20 08:22:20 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-20 08:22:20 +0000 |
commit | a4d22413c52987155771177a79c63d4e1df699fe (patch) | |
tree | 4cbe543b2b2cfefb28775c7ab794a92bdab93428 | |
parent | a2c3635ca2d5b15379b60dba622f69f095f0b03a (diff) | |
download | markup-validator-a4d22413c52987155771177a79c63d4e1df699fe.zip markup-validator-a4d22413c52987155771177a79c63d4e1df699fe.tar.gz markup-validator-a4d22413c52987155771177a79c63d4e1df699fe.tar.bz2 |
avoiding float mishaps
-rw-r--r-- | htdocs/style/results.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index 99cdcef..d957a9f 100644 --- a/htdocs/style/results.css +++ b/htdocs/style/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.2 2007-02-20 03:17:01 ot Exp $ */ +/* $Id: results.css,v 1.3 2007-02-20 08:22:20 ot Exp $ */ .input { color: black; @@ -295,6 +295,7 @@ p.backtop { 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 { |