joerg 2004/01/22 08:04:15
Modified: src/blocks/woody/samples/resources woody-page-styling.xsl
Log:
apply style via CSS class
Revision Changes Path
1.16 +2 -2
cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl
Index: woody-page-styling.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- woody-page-styling.xsl 22 Jan 2004 15:34:01 -0000 1.15
+++ woody-page-styling.xsl 22 Jan 2004 16:04:15 -0000 1.16
@@ -58,7 +58,7 @@
</xsl:attribute>
<xsl:copy-of select="wi:label/node()"/>
<xsl:if test="wi:items/*//wi:validation-message">
- <span style="color:red; font-weight: bold"> ! </span>
+ <span class="woody-validation-message"> ! </span>
</xsl:if>
</span>
</xsl:for-each>
@@ -122,7 +122,7 @@
</xsl:for-each>
</select>
<xsl:if test="wi:items/*//wi:validation-message">
- <span style="color:red; font-weight: bold"> ! </span>
+ <span class="woody-validation-message"> ! </span>
</xsl:if>
</legend>
<!-- a div for each of the items -->