- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Oct 2009 16:16:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv28285/WebContent/style
Modified Files:
base_ucn.css
Log Message:
styled message links to make them more visible
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- base_ucn.css 12 Oct 2009 15:28:13 -0000 1.52
+++ base_ucn.css 12 Oct 2009 16:16:33 -0000 1.53
@@ -359,6 +359,18 @@
border-color:#c2dafb;
background:#e3edfa;
}
+#messages a {
+ text-decoration: underline;
+}
+#messages .info a {
+ color:#0c3267;
+}
+#messages .warning a {
+ color:#342e15;
+}
+#messages .error a {
+ color:#67170c;
+}
#messages .error h4, #messages .warning h4, #messages .info h4 {
line-height:22px;
padding-left:30px;
Received on Monday, 12 October 2009 16:16:39 UTC