- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Sep 2010 21:46:16 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv29308
Modified Files:
respec.css
Log Message:
Second attempt at fixing .issue CSS layout bug.
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- respec.css 4 Sep 2010 21:40:16 -0000 1.35
+++ respec.css 4 Sep 2010 21:46:14 -0000 1.36
@@ -328,6 +328,7 @@
/* --- EDITORIAL NOTES --- */
.issue {
padding: 1em;
+ margin: 1em 0em 0em;
border: 1px solid #f00;
background: #ffc;
}
Received on Saturday, 4 September 2010 21:46:17 UTC