summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-02-16 03:50:27 +0000
committerot <ot@localhost>2005-02-16 03:50:27 +0000
commitf65d74e03ddf143f0f6931f07a424b4e2d0cdb54 (patch)
tree62dd877e46524e9de5f32177d4a4ec98fb75d13e
parent45f1e1fee47e13e858945b53e736bcab6ea8b2b1 (diff)
downloadmarkup-validator-f65d74e03ddf143f0f6931f07a424b4e2d0cdb54.zip
markup-validator-f65d74e03ddf143f0f6931f07a424b4e2d0cdb54.tar.gz
markup-validator-f65d74e03ddf143f0f6931f07a424b4e2d0cdb54.tar.bz2
that #036 blue really doesn't work here, trying the lighter, gentler w3c 'brand' blue instead
-rw-r--r--htdocs/base.css6
-rw-r--r--htdocs/navbar.css4
2 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index cfd8a11..bf88749 100644
--- a/htdocs/base.css
+++ b/htdocs/base.css
@@ -4,7 +4,7 @@
Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.41 2005-02-16 03:37:34 ot Exp $
+ $Id: base.css,v 1.42 2005-02-16 03:50:27 ot Exp $
*/
@import url(results.css); /* CSS for validation results. */
@@ -153,13 +153,13 @@ h4 {
*/
a:link, a:visited {
- color: #036;
+ color: #005A9C;
text-decoration: none;
}
a:hover, a:active {
- color: #036;
+ color: #005A9C;
text-decoration: underline;
}
diff --git a/htdocs/navbar.css b/htdocs/navbar.css
index ec82242..bbc9773 100644
--- a/htdocs/navbar.css
+++ b/htdocs/navbar.css
@@ -4,12 +4,12 @@
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.16 2005-02-16 03:28:54 ot Exp $
+ $Id: navbar.css,v 1.17 2005-02-16 03:50:27 ot Exp $
*/
#menu {
- background-color: #036;
+ background-color: #005A9C;
margin: 0;
padding: 0;
margin-left: 42px;