- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Oct 2009 17:53:30 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv17271/css
Modified Files:
respec.css
Log Message:
bug fix, styling
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- respec.css 5 Oct 2009 17:14:03 -0000 1.26
+++ respec.css 29 Oct 2009 17:53:28 -0000 1.27
@@ -273,6 +273,12 @@
text-align: left;
}
+.simple th[scope="row"] {
+ background: inherit;
+ color: inherit;
+ border-top: 1px solid #ddd;
+}
+
.simple td {
padding: 3px 10px;
border-top: 1px solid #ddd;
Received on Thursday, 29 October 2009 17:53:31 UTC