diff options
author | link <link@localhost> | 2001-07-27 11:28:59 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-27 11:28:59 +0000 |
commit | ba6f898f10582051432c839bc34cd05664781e29 (patch) | |
tree | d195bad694bd5dbac3dc0d9e371dc4d22b623cd0 | |
parent | 1e45aa029c99b315cb8958df5a9253160dbc9e12 (diff) | |
download | markup-validator-ba6f898f10582051432c839bc34cd05664781e29.zip markup-validator-ba6f898f10582051432c839bc34cd05664781e29.tar.gz markup-validator-ba6f898f10582051432c839bc34cd05664781e29.tar.bz2 |
Tweaking stylesheet.
-rw-r--r-- | htdocs/base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 522127e..8927b8b 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.7 2001-07-26 12:31:56 link Exp $ + $Id: base.css,v 1.8 2001-07-27 11:28:59 link Exp $ */ body { @@ -81,6 +81,10 @@ div.stb { clear: both; } +.intro { + width: 75ex; + margin-left: 2em; +} |