- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Dec 2009 18:46:35 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css
In directory hutz:/tmp/cvs-serv24501
Modified Files:
respec.css
Log Message:
add style div.ednote, used by xmlsec
Index: respec.css
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- respec.css 2 Dec 2009 17:42:12 -0000 1.28
+++ respec.css 7 Dec 2009 18:46:33 -0000 1.29
@@ -356,6 +356,16 @@
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 Monday, 7 December 2009 18:46:37 UTC