- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 16 Feb 2005 03:50:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv2639
Modified Files:
base.css navbar.css
Log Message:
that #036 blue really doesn't work here, trying the lighter, gentler w3c 'brand' blue instead
Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- navbar.css 16 Feb 2005 03:28:54 -0000 1.16
+++ navbar.css 16 Feb 2005 03:50:27 -0000 1.17
@@ -9,7 +9,7 @@
#menu {
- background-color: #036;
+ background-color: #005A9C;
margin: 0;
padding: 0;
margin-left: 42px;
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- base.css 16 Feb 2005 03:37:34 -0000 1.41
+++ base.css 16 Feb 2005 03:50:27 -0000 1.42
@@ -153,13 +153,13 @@
*/
a:link, a:visited {
- color: #036;
+ color: #005A9C;
text-decoration: none;
}
a:hover, a:active {
- color: #036;
+ color: #005A9C;
text-decoration: underline;
}
Received on Wednesday, 16 February 2005 04:14:32 UTC