diff options
Diffstat (limited to 'stylesheets/xhtml/lfs-admon.xsl')
-rw-r--r-- | stylesheets/xhtml/lfs-admon.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/xhtml/lfs-admon.xsl b/stylesheets/xhtml/lfs-admon.xsl index db71bcdfd..e83956d12 100644 --- a/stylesheets/xhtml/lfs-admon.xsl +++ b/stylesheets/xhtml/lfs-admon.xsl @@ -21,14 +21,14 @@ <xsl:otherwise>Note</xsl:otherwise> </xsl:choose> </xsl:variable> - <div class="admonition"> + <div class="{name(.)}"> <div class ="admonhead"> <img alt="[{$admon.type}]"> <xsl:attribute name="src"> <xsl:call-template name="admon.graphic"/> </xsl:attribute> </img> - <h3 class="{name(.)}"> + <h3 class="admontitle"> <xsl:value-of select="$admon.type"/> <xsl:if test="title"> <xsl:text>: </xsl:text> |