diff options
-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; +} |