diff options
-rw-r--r-- | htdocs/navbar.css | 4 | ||||
-rw-r--r-- | htdocs/results.css | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/htdocs/navbar.css b/htdocs/navbar.css index bd64010..339e03b 100644 --- a/htdocs/navbar.css +++ b/htdocs/navbar.css @@ -4,7 +4,7 @@ Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: navbar.css,v 1.13 2005-01-09 20:40:33 ville Exp $ + $Id: navbar.css,v 1.14 2005-01-25 21:35:49 ot Exp $ */ @@ -44,7 +44,7 @@ background-color: white; float: right; width: 8em; - margin-right: -15px; + margin-right: 0; text-align: left; text-decoration: none; padding: 1ex; diff --git a/htdocs/results.css b/htdocs/results.css index f97b5dd..b764836 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.21 2005-01-04 08:37:53 ot Exp $ */ +/* $Id: results.css,v 1.22 2005-01-25 21:35:49 ot Exp $ */ .input { color: black; @@ -228,10 +228,7 @@ div#result { h2.valid, h2.invalid { text-align: center; - margin-top: 0; - margin-bottom: 0; - margin-left: -15px !important; - margin-right: -15px !important; + margin: 0; } |