summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 16:26:47 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 16:26:47 +0000
commit468399c2eb1a9828310b11caf0c720785fd9c604 (patch)
tree4b5d6b679176201b505e97ca98806f55c699cc7a /docs
parentbb77f2c94f0c4919f37fba6509212aadd09c049d (diff)
docs: Current navbar section is now highlighted in bold
git-svn-id: http://pugixml.googlecode.com/svn/trunk@595 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual.xsl b/docs/manual.xsl
index 5f276e9..1875f6e 100644
--- a/docs/manual.xsl
+++ b/docs/manual.xsl
@@ -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>