summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2001-09-20 18:14:12 +0000
committerlink <link@localhost>2001-09-20 18:14:12 +0000
commitc1ce15e3035b08699170d89a73d04a9f64682c40 (patch)
tree59249cd5dce4865b61f357f350ff7a8fb0a7a625
parent6abce55a09193e846c67a74be02ce88299a4e1d6 (diff)
downloadmarkup-validator-c1ce15e3035b08699170d89a73d04a9f64682c40.zip
markup-validator-c1ce15e3035b08699170d89a73d04a9f64682c40.tar.gz
markup-validator-c1ce15e3035b08699170d89a73d04a9f64682c40.tar.bz2
Comment out style for <pre> that was throwing off Gecko. Left-align <th>
so there is at least /some/ alignment for it (right-align kills Gecko when combined with <label>). :-(
-rw-r--r--htdocs/base.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index 5c12d23..7667bb2 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.15 2001-09-20 16:44:33 link Exp $
+ $Id: base.css,v 1.16 2001-09-20 18:14:12 link Exp $
*/
@import url(non-netscape.css);
@@ -23,7 +23,7 @@ body {
a:hover {background-color:#eee}
a:visited {color: purple}
-pre {font-family: monospace}
+/* pre {font-family: monospace} */
a:link img, a:visited img {border-style: none}
a img {color: white} /* The only way to hide the border in NS 4.x */
@@ -91,6 +91,7 @@ p.navbar {
}
table th {
+ text-align: left;
vertical-align: top;
}