- From: Ivan Herman via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Aug 2011 17:31:32 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv8165
Modified Files:
respec.css
Log Message:
There was a missing '}' in the css file for the media screen
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- respec.css 4 Jul 2011 10:14:16 -0000 1.40
+++ respec.css 29 Aug 2011 17:31:30 -0000 1.41
@@ -392,6 +392,7 @@
top: -2em;
padding: 0;
margin: 1.5em 0.5em -1em 1em;
+ }
}
/* --- SYNTAX HIGHLIGHTING --- */
Received on Monday, 29 August 2011 17:31:33 UTC