diff options
author | link <link@localhost> | 2001-07-16 00:44:21 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-16 00:44:21 +0000 |
commit | 0c21ba572a78496988fef0599f788ea8ba8db24b (patch) | |
tree | cb46720b87e08629e75735a7cbb022bb4ccaa6b0 | |
parent | c6e7a1f68924912065d804a90a047556f4d78d02 (diff) | |
download | markup-validator-0c21ba572a78496988fef0599f788ea8ba8db24b.zip markup-validator-0c21ba572a78496988fef0599f788ea8ba8db24b.tar.gz markup-validator-0c21ba572a78496988fef0599f788ea8ba8db24b.tar.bz2 |
Get rid of ugly blue color for error headers; now make them a h3-equiv.
-rw-r--r-- | htdocs/base.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 2147fb9..2c5daf5 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.2 2001-07-16 00:42:39 link Exp $ + $Id: base.css,v 1.3 2001-07-16 00:44:21 link Exp $ */ /* Import the W3C Base Stylesheet */ @@ -25,6 +25,18 @@ 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; +} + /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ H1 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; |