summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2001-07-26 12:31:56 +0000
committerlink <link@localhost>2001-07-26 12:31:56 +0000
commit2ab31ab69894ef63a50ee6d317e6601588ef2e40 (patch)
tree26e18249eccdd5f4cffe7a7f3433c8d1daf3886b
parentfaad61c54de08a68fc031a19b68a64960c143fbf (diff)
downloadmarkup-validator-2ab31ab69894ef63a50ee6d317e6601588ef2e40.zip
markup-validator-2ab31ab69894ef63a50ee6d317e6601588ef2e40.tar.gz
markup-validator-2ab31ab69894ef63a50ee6d317e6601588ef2e40.tar.bz2
Tweak stylesheet.
-rw-r--r--htdocs/base.css19
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;