summaryrefslogtreecommitdiffstats
path: root/htdocs/navbar.css
diff options
context:
space:
mode:
authorot <ot@localhost>2005-02-16 03:28:54 +0000
committerot <ot@localhost>2005-02-16 03:28:54 +0000
commit00eebe3bb70d0596d97a75d53564912643370078 (patch)
treec7b24472ecb2a36da4894509ab0cb955dd56670c /htdocs/navbar.css
parent40fee4d5714bf6314b2b67a6ce29ff83a2135c48 (diff)
downloadmarkup-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/navbar.css')
-rw-r--r--htdocs/navbar.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/htdocs/navbar.css b/htdocs/navbar.css
index 60e8b08..ec82242 100644
--- a/htdocs/navbar.css
+++ b/htdocs/navbar.css
@@ -4,24 +4,23 @@
Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: navbar.css,v 1.15 2005-02-04 16:45:03 link Exp $
+ $Id: navbar.css,v 1.16 2005-02-16 03:28:54 ot Exp $
*/
#menu {
- background-color: #053188;
- background-image:url(images/bg2.gif);
+ background-color: #036;
margin: 0;
padding: 0;
margin-left: 42px;
- padding-top:8px;
- padding-bottom: 8px;
+ padding-top:3px;
+ padding-bottom: 3px;
line-height: 140%;
vertical-align: bottom;
font-size: 0.9em;
list-style-type: none;
- border-left: 1px solid #053188;
- border-right: 1px solid #053188;
+ border-left: 1px solid #E8E8FA;
+ border-right: 1px solid #E8E8FA;
}
@@ -37,7 +36,6 @@
color: white;
}
-
/* Jump Bar - results page*/
#jumpbar {
background-color: white;