- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jun 2007 02:39:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv19458/htdocs/style
Modified Files:
results.css
Log Message:
styling revalidate button + using a css property value more widely supported for source display nurmbering
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- results.css 31 May 2007 02:32:14 -0000 1.17
+++ results.css 1 Jun 2007 02:39:34 -0000 1.18
@@ -127,7 +127,15 @@
fieldset#revalidate_opts table.header, fieldset#revalidate_opts table.header td, fieldset#revalidate_opts table.header tr {
border: 0;
}
-
+fieldset#revalidate_opts div#revalidate_button input {
+ background-color: #EAEBEE;
+ color: #365D95;
+ padding: .3em 1em;
+ border: 1px outset #ccc;
+}
+fieldset#revalidate_opts div#revalidate_button input:active {
+ border-style: inset !important;
+}
/* Error Messages Display */
/*
@@ -266,7 +274,7 @@
border: 1px solid black;
margin-top: 1em;
list-style-position: inside;
- list-style-type: decimal-leading-zero;
+ list-style-type: decimal;
}
#source ol li {
margin: 1em;
Received on Friday, 1 June 2007 02:39:38 UTC