summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-02-16 23:47:11 +0000
committerot <ot@localhost>2005-02-16 23:47:11 +0000
commita2ce6593fda30dc41db495a79bb6e1553285b953 (patch)
treec476f3c698cf81e6050c8f2cdc0f12a1c0f2347a
parent067006822d106d601a1c56c384e506db0e33bef7 (diff)
downloadmarkup-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.css6
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;