diff options
-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; |