- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Jan 2011 11:40:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/status
In directory hutz:/tmp/cvs-serv13350
Modified Files:
status.css
Log Message:
darken lc issues a bit
Index: status.css
===================================================================
RCS file: /sources/public/html5/status/status.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- status.css 18 Jan 2011 11:01:04 -0000 1.3
+++ status.css 19 Jan 2011 11:39:58 -0000 1.4
@@ -9,8 +9,8 @@
th[aria-sort=descending]:after { content: '\2B06'; }
td[id] { white-space: pre; }
th, tr:nth-child(3n) {background: #dee}
-.lc {background-color:#eee}
-tr.lc:nth-child(3n) {background: #c5e0c5}
+.lc {background-color:#ddd}
+tr.lc:nth-child(3n) {background: #c8d1bf}
a:visited, a:link, h2 {text-decoration: none; color: #0B5B9D}
a:hover {background-color: #0B4B9D; color: #FFF; margin: 0}
Received on Wednesday, 19 January 2011 11:40:02 UTC