aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/tag/tag.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-03-11 17:07:49 +0100
committerAdrian Kummerlaender2015-03-11 17:07:49 +0100
commitf9bfffbedc109c2936d1c08512733ca0194f5598 (patch)
treee01d02861335e65bc2c964fd0c9c65a744f9e6db /source/99_result/tag/tag.xsl
parentb73ea6bff86ed10f8e98d1fa59a7c761e2a1549e (diff)
downloadblog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.tar
blog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.tar.gz
blog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.tar.bz2
blog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.tar.lz
blog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.tar.xz
blog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.tar.zst
blog.kummerlaender.eu-f9bfffbedc109c2936d1c08512733ca0194f5598.zip
Improved navigation on small screens
* extracted navigation and tag list style into `buttonlist` class * navigation is now aligned left and non-overlapping on small screens
Diffstat (limited to 'source/99_result/tag/tag.xsl')
-rw-r--r--source/99_result/tag/tag.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl
index 7043c1b..39469f7 100644
--- a/source/99_result/tag/tag.xsl
+++ b/source/99_result/tag/tag.xsl
@@ -18,12 +18,12 @@
</xsl:template>
<xsl:template match="tag/entry">
- <div class="archiv articlelist archivlist">
+ <div class="archiv">
<xsl:text>All articles tagged as &#187;</xsl:text>
<xsl:value-of select="@handle"/>
<xsl:text>&#171;</xsl:text>
- <ol class="topline">
+ <ol class="topline articlelist archivlist">
<xsl:apply-templates />
</ol>
</div>