diff options
author | link <link@localhost> | 2001-07-26 12:31:56 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-26 12:31:56 +0000 |
commit | 2ab31ab69894ef63a50ee6d317e6601588ef2e40 (patch) | |
tree | 26e18249eccdd5f4cffe7a7f3433c8d1daf3886b | |
parent | faad61c54de08a68fc031a19b68a64960c143fbf (diff) | |
download | markup-validator-2ab31ab69894ef63a50ee6d317e6601588ef2e40.zip markup-validator-2ab31ab69894ef63a50ee6d317e6601588ef2e40.tar.gz markup-validator-2ab31ab69894ef63a50ee6d317e6601588ef2e40.tar.bz2 |
Tweak stylesheet.
-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; |