diff options
author | link <link@localhost> | 2001-07-16 00:47:17 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-16 00:47:17 +0000 |
commit | a47e236534c916707e3ad681e4170bc776dfcf91 (patch) | |
tree | a7d94c94fee4ce403cb20f84f732839cfe013400 | |
parent | 0c21ba572a78496988fef0599f788ea8ba8db24b (diff) | |
download | markup-validator-a47e236534c916707e3ad681e4170bc776dfcf91.zip markup-validator-a47e236534c916707e3ad681e4170bc776dfcf91.tar.gz markup-validator-a47e236534c916707e3ad681e4170bc776dfcf91.tar.bz2 |
Ooops! :-)
-rw-r--r-- | htdocs/base.css | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 2c5daf5..6323ade 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.3 2001-07-16 00:44:21 link Exp $ + $Id: base.css,v 1.4 2001-07-16 00:47:17 link Exp $ */ /* Import the W3C Base Stylesheet */ @@ -25,17 +25,7 @@ a {color: #0000ee} a:visited {color: #551a8b} a:hover {color: #ee0000} -dt a { - font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; - font-size-adjust: .53; - font-size: 1.58em; - font-weight: 600; - font-style: normal; - text-decoration: none; - word-spacing: normal; - letter-spacing: normal; - text-transform: none; -} +dt a {color: black} /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ H1 { |