diff options
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')
-rw-r--r-- | source/99_result/tag/tag.xsl | 4 |
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 »</xsl:text> <xsl:value-of select="@handle"/> <xsl:text>«</xsl:text> - <ol class="topline"> + <ol class="topline articlelist archivlist"> <xsl:apply-templates /> </ol> </div> |