diff options
author | link <link@localhost> | 2001-07-27 14:53:15 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-27 14:53:15 +0000 |
commit | 3fc67b9f43d2d7779f6c514aa14e58dae51e681e (patch) | |
tree | b96bd208d1a326da57889a25b708a9845ae1e1f3 | |
parent | c2267fcc3ae0addc693b2cfa05793c9b26a7ff96 (diff) | |
download | markup-validator-3fc67b9f43d2d7779f6c514aa14e58dae51e681e.zip markup-validator-3fc67b9f43d2d7779f6c514aa14e58dae51e681e.tar.gz markup-validator-3fc67b9f43d2d7779f6c514aa14e58dae51e681e.tar.bz2 |
Tweak stylesheet and fix breakage on MSIE:mac. *sigh*
-rw-r--r-- | htdocs/base.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 8927b8b..ac74607 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.8 2001-07-27 11:28:59 link Exp $ + $Id: base.css,v 1.9 2001-07-27 14:53:15 link Exp $ */ body { @@ -69,7 +69,7 @@ address { p.navbar { float: right; - text-align: right; + margin-left: 2em; } table th { @@ -82,8 +82,9 @@ div.stb { } .intro { - width: 75ex; + max-width: 75ex; margin-left: 2em; + text-align: justify; } |