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