- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Dec 2009 17:14:13 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv2479/css
Modified Files:
respec.css
Log Message:
added NOT RECOMMENDED
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- respec.css 15 Dec 2009 22:38:32 -0000 1.30
+++ respec.css 16 Dec 2009 17:14:11 -0000 1.31
@@ -301,6 +301,10 @@
margin-bottom: 1em;
}
+.section dl.attrs dd, .section dl.eldef dd {
+ margin-bottom: 0;
+}
+
/* --- EXAMPLES --- */
pre.example {
border-top: 1px solid #ff4500;
Received on Wednesday, 16 December 2009 17:14:17 UTC