- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Sep 2007 12:28:35 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv29548/policy
Modified Files:
xmlspec-policy.xsl
Log Message:
fixed css , see http://lists.w3.org/Archives/Public/public-ws-policy-eds/2007Sep/0015.html .
Index: xmlspec-policy.xsl
===================================================================
RCS file: /sources/public/2006/ws/policy/xmlspec-policy.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xmlspec-policy.xsl 11 Aug 2007 11:25:52 -0000 1.11
+++ xmlspec-policy.xsl 13 Sep 2007 12:28:32 -0000 1.12
@@ -293,6 +293,38 @@
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
margin: 4px}
+
+div.boxedtext {
+ border: solid #bebebe 1px;
+ margin: 2em 1em 1em 2em;
+ }
+
+span.practicelab {
+ margin: 1.5em 0.5em 1em 1em;
+ font-weight: bold;
+ font-style: italic;
+ }
+
+span.practicelab { background: #dfffff; }
+
+ span.practicelab {
+ position: relative;
+ padding: 0 0.5em;
+ top: -1.5em;
+ }
+p.practice
+{
+ margin: 1.5em 0.5em 1em 1em;
+ }
+
+@media screen {
+ p.practice, {
+ position: relative;
+ top: -2em;
+ padding: 0;
+ margin: 1.5em 0.5em -1em 1em;
+}
+}
/*]]>*/
<xsl:value-of select="$additional.css"/>
</style>
Received on Thursday, 13 September 2007 12:28:44 UTC