docs: Current navbar section is now highlighted in bold

git-svn-id: http://pugixml.googlecode.com/svn/trunk@595 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-07-11 16:26:47 +00:00
parent bb77f2c94f
commit 468399c2eb

View file

@ -17,7 +17,9 @@
</a>
</xsl:when>
<xsl:otherwise>
<b>
<xsl:value-of select="$text" />
</b>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
@ -92,7 +94,6 @@
</xsl:for-each>
</xsl:template>
<xsl:template name="book.titlepage">
</xsl:template>
<xsl:template name="book.titlepage" />
</xsl:stylesheet>