summaryrefslogtreecommitdiff
path: root/source/99_result/branches.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/99_result/branches.xsl')
-rw-r--r--source/99_result/branches.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/99_result/branches.xsl b/source/99_result/branches.xsl
index bd17961..ec639c3 100644
--- a/source/99_result/branches.xsl
+++ b/source/99_result/branches.xsl
@@ -53,10 +53,10 @@
<xsl:template match="entry/*/node">
<li>
- <em>»</em>
+ <span class="arrow">»</span>
<a href="{@name}/">
- <strong><xsl:value-of select="title"/></strong>
- <span>
+ <span class="title"><xsl:value-of select="title"/></span>
+ <span class="text">
<xsl:apply-templates select="digest/node()" mode="xhtml"/>
</span>
</a>