- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Mar 2007 06:17:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv842/htdocs/style
Modified Files:
results.css
Log Message:
Using little icons to mark error, warnings, info, based on public domain images.
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- results.css 26 Mar 2007 01:55:01 -0000 1.11
+++ results.css 29 Mar 2007 06:17:55 -0000 1.12
@@ -78,6 +78,13 @@
/*margin-right: 2em;*/
}
+li span.err_type img {
+ width: 1.2em;
+ height: 1.2em;
+ padding-bottom: .1em;
+}
+
+/*
li.msg_info span.err_type{
background-color: #888;
padding: .1em .5em;
@@ -98,7 +105,7 @@
color:white;
font-size: smaller;
}
-
+*/
.msg {
font-weight: bold;
line-height: 130%;
Received on Thursday, 29 March 2007 06:18:06 UTC