diff options
author | ot <ot@localhost> | 2005-02-16 23:47:11 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-02-16 23:47:11 +0000 |
commit | a2ce6593fda30dc41db495a79bb6e1553285b953 (patch) | |
tree | c476f3c698cf81e6050c8f2cdc0f12a1c0f2347a | |
parent | 067006822d106d601a1c56c384e506db0e33bef7 (diff) | |
download | markup-validator-a2ce6593fda30dc41db495a79bb6e1553285b953.zip markup-validator-a2ce6593fda30dc41db495a79bb6e1553285b953.tar.gz markup-validator-a2ce6593fda30dc41db495a79bb6e1553285b953.tar.bz2 |
setting block height of address block to actual size of footer background - 45+10=55px
-rw-r--r-- | htdocs/base.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 9a2e693..bbaa0e3 100644 --- a/htdocs/base.css +++ b/htdocs/base.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: base.css,v 1.44 2005-02-16 23:44:36 ot Exp $ + $Id: base.css,v 1.45 2005-02-16 23:47:11 ot Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -90,8 +90,8 @@ address { background-repeat: no-repeat; background-attachment: scroll; background-position: right; - height:40px; - padding-top: 7px; + height:45px; + padding-top: 10px; padding-bottom: 0; padding-left: 15px; clear: right; |