From 75d92a11f6359e86981271bb95d232f502ee1aa5 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Wed, 20 May 2015 12:30:54 +0200 Subject: [PATCH] [fix] duplicate id paging_current in paging --- inc/user.css | 5 +++++ tpl/linklist.paging.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/inc/user.css b/inc/user.css index 5639a86..338a0be 100644 --- a/inc/user.css +++ b/inc/user.css @@ -306,6 +306,11 @@ pre code { display: flex; } +.paging_current { + color: #fff; + display: inline; +} + .linkList { padding: 0; } diff --git a/tpl/linklist.paging.html b/tpl/linklist.paging.html index b0c119d..e478f03 100644 --- a/tpl/linklist.paging.html +++ b/tpl/linklist.paging.html @@ -15,6 +15,6 @@
{if="$previous_page_url"} ◄Older {/if} -
page {$page_current} / {$page_max}
+
page {$page_current} / {$page_max}
{if="$next_page_url"} Newer► {/if} \ No newline at end of file