diff options
-rw-r--r-- | htdocs/base.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 6882d8c..522127e 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.6 2001-07-25 08:05:54 link Exp $ + $Id: base.css,v 1.7 2001-07-26 12:31:56 link Exp $ */ body { @@ -67,6 +67,23 @@ address { border-top-color: black; } +p.navbar { + float: right; + text-align: right; +} + +table th { + text-align: right; + vertical-align: top; +} + +div.stb { + clear: both; +} + + + + /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ H1 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; |