- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Dec 2009 22:38:34 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv3068
Modified Files:
respec.css
Log Message:
remove unneeded style (added for xml security but not needed)
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- respec.css 7 Dec 2009 18:46:33 -0000 1.29
+++ respec.css 15 Dec 2009 22:38:32 -0000 1.30
@@ -356,16 +356,6 @@
padding: 3px 1em;
}
-/* - following used by xml security, fjh - */
-div.ednote {
- font-weight: bold;
- font-style: italic;
- color: #0080000;
- border-left: 2px solid #0080000;
- margin-left: 0;
- padding-left: 2em;
-}
-
/* --- SYNTAX HIGHLIGHTING --- */
pre.sh_sourceCode {
background-color: white;
Received on Tuesday, 15 December 2009 22:38:36 UTC