- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Mar 2007 05:00:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv7061
Modified Files:
base.css
Log Message:
another try at making the form more accessible contrast-wise
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- base.css 15 Mar 2007 06:54:48 -0000 1.4
+++ base.css 22 Mar 2007 05:00:53 -0000 1.5
@@ -301,7 +301,7 @@
border-bottom: white;
padding-top:0.8em;
padding-bottom:1px;
- color: #fffff0 !important;
+ /* color: #fffff0 !important; */
}
.tabset_tabs li.firstchild a, .tabset_tabs li:first-child a {
@@ -375,6 +375,12 @@
text-align: left;
}
+#frontforms fieldset a:link, #frontforms fieldset a:hover, #frontforms fieldset a:visited, #frontforms fieldset a:active {
+ color: white !important;
+}
+fieldset a:link, fieldset a:visited, fieldset legend a:link, fieldset legend a:visited {
+font-weight: bolder;
+}
fieldset.closed {
border: 0;
Received on Thursday, 22 March 2007 11:56:50 UTC