limit the manual TOC depth to 1 level to prevent information
overload which was especially noticable at the start of a chapter. git-svn-id: svn://localhost/ardour2/trunk@1425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
672a31a552
commit
63d28ebd18
@ -88,6 +88,9 @@ section toc
|
|||||||
part toc
|
part toc
|
||||||
</xsl:param>
|
</xsl:param>
|
||||||
|
|
||||||
|
<!-- Limit TOC depth to 1 level -->
|
||||||
|
<xsl:param name="toc.section.depth">1</xsl:param>
|
||||||
|
|
||||||
<xsl:template name="nongraphical.admonition">
|
<xsl:template name="nongraphical.admonition">
|
||||||
<div class="{name(.)}">
|
<div class="{name(.)}">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
|
Loading…
Reference in New Issue
Block a user