- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Sep 2010 23:57:41 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv7910
Modified Files:
respec.css
Log Message:
Fixed CSS layout issue with .note that caused overlapping text.
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- respec.css 4 Sep 2010 21:46:14 -0000 1.36
+++ respec.css 4 Sep 2010 23:57:39 -0000 1.37
@@ -345,6 +345,7 @@
}
.note {
+ margin: 1em 0em 0em;
padding: 1em;
border: 2px solid #cff6d9;
background: #e2fff0;
Received on Saturday, 4 September 2010 23:57:43 UTC