- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 16:19:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv26210/WebContent/style
Modified Files:
base_ucn.css
Log Message:
added styles for undef observations
+ switched info color from green to blue
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- base_ucn.css 21 Oct 2009 15:10:15 -0000 1.56
+++ base_ucn.css 21 Oct 2009 16:19:10 -0000 1.57
@@ -515,6 +515,10 @@
background-color:#cc2323;
border: 1px solid #aa1d1d;
}
+#observations div.undef h2 {
+ background-color:#355c95;
+ border: 1px solid #254066;
+}
#observations div.results {
padding-left:0.5em;
border-left:1px solid;
@@ -525,6 +529,9 @@
#observations div.invalid div.results {
border-color:#cc2323;
}
+#observations div.undef div.results {
+ border-color:#4778bc;
+}
#observations div.infos, #observations div.warnings, #observations div.errors {
padding-top: 0;
}
@@ -543,7 +550,7 @@
margin: 2px 6px 0 0;
}
#observations .infos h3 {
- color: #17882a;
+ color: #4778BC;
}
#observations .errors h3 {
color: #aa1d1d;
@@ -584,11 +591,17 @@
border-collapse:collapse;
width:100%;
}
-#observations table tr {
+#observations table tr td {
border-collapse:collapse;
border:1px solid #CCCCCC;
border-left-width: 0;
}
+#observations table tr td.message, #observations table tr td.uri {
+ border-right-width: 0;
+}
+#observations table tr td.uri.anchor {
+ border-right-width: 1px;
+}
#observations td, #observations th, #translations td, #translations th {
padding:3px 6px;
}
Received on Wednesday, 21 October 2009 16:19:14 UTC