- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 17:14:05 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv16638/ReSpec.js/css
Modified Files:
respec.css
Log Message:
Contacts pass one; some fixes
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- respec.css 5 Oct 2009 15:16:45 -0000 1.25
+++ respec.css 5 Oct 2009 17:14:03 -0000 1.26
@@ -232,6 +232,10 @@
vertical-align: top;
}
+.parameters tr:first-child td, .exceptions tr:first-child td {
+ border-top: none;
+}
+
.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
width: 100px;
}
Received on Monday, 5 October 2009 17:14:12 UTC