admonitions now handled in CSS

[SVN r33529]
This commit is contained in:
Eric Niebler 2006-04-04 22:58:56 +00:00
parent 5a02b7bc82
commit ea90b87528
2 changed files with 6 additions and 0 deletions

View File

@ -6,9 +6,13 @@
<!-- Import the HTML stylesheet -->
<xsl:import
href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="admon.xsl"/>
<xsl:param name="admon.style"/>
<xsl:param name="admon.graphics">1</xsl:param>
<xsl:param name="chapter.autolabel" select="0"/>
<xsl:param name="refentry.generate.name" select="0"/>
<xsl:param name="refentry.generate.title" select="1"/>
<xsl:param name="make.year.ranges" select="1"/>
</xsl:stylesheet>

View File

@ -14,6 +14,8 @@
<xsl:import href="xref.xsl"/>
<xsl:import href="relative-href.xsl"/>
<xsl:param name="admon.style"/>
<xsl:param name="admon.graphics">1</xsl:param>
<xsl:param name="html.stylesheet" select="'boostbook.css'"/>
<xsl:param name="navig.graphics" select="1"/>
<xsl:param name="navig.graphics.extension" select="'.png'"/>