diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-26 20:22:29 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-26 20:22:29 +0000 |
commit | bc37722c55e3b41a676609122f991cbb7096a4b2 (patch) | |
tree | 3a88bcacd1c30f91bdb8f8d859e9407d3a04f43a /stylesheets/xhtml | |
parent | 964e0ea67b9c9fabaf23a228fc63b77de24c60ed (diff) |
Some changes in the CSS code to apetease IE6.
Changed the output matkup for admonitions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml')
-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> |