summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-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;