diff options
author | ot <ot@localhost> | 2005-02-16 03:28:54 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-02-16 03:28:54 +0000 |
commit | 00eebe3bb70d0596d97a75d53564912643370078 (patch) | |
tree | c7b24472ecb2a36da4894509ab0cb955dd56670c /htdocs/docs.css | |
parent | 40fee4d5714bf6314b2b67a6ce29ff83a2135c48 (diff) | |
download | markup-validator-00eebe3bb70d0596d97a75d53564912643370078.zip markup-validator-00eebe3bb70d0596d97a75d53564912643370078.tar.gz markup-validator-00eebe3bb70d0596d97a75d53564912643370078.tar.bz2 |
Adapting tested style to current WAI redesign:
- using #036 for menu bg and link color instead of #053188 and #00209E
- using #c60 (frank orange) instead of #C65831 (brownish orange) for headings
- h2 aligned to the left
Further tweaking
- lighter border around main content and fieldsets
- padding for <dt>s
Diffstat (limited to 'htdocs/docs.css')
-rw-r--r-- | htdocs/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/docs.css b/htdocs/docs.css index 861b854..f8bca67 100644 --- a/htdocs/docs.css +++ b/htdocs/docs.css @@ -4,7 +4,7 @@ Copyright 2003 W3C (MIT, INRIA, Keio). All Rights Reserved. See <http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright> - $Id: docs.css,v 1.4 2005-01-19 08:33:12 ot Exp $ + $Id: docs.css,v 1.5 2005-02-16 03:28:54 ot Exp $ */ /* @@ -26,7 +26,7 @@ margin-right: 1em; /* Set line height to 1.5x to allow for various inline decoration. */ .doc { - line-height: 130%; + line-height: 115%; } /* documentation - table of contents */ |