From bb641dec62df50b8db4d18d5c49f1c2ff53debc2 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 6 Jun 2014 00:38:27 +0200 Subject: [PATCH] Vier: pager content is now centered --- view/theme/vier/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 12195eb32..c224be8c8 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1901,10 +1901,10 @@ ul.tabs li { ul.tabs a, div.pager a { /* min-width: 34px; */ - display: block; - float: left; - padding-bottom: 0px; +/* display: block; + float: left; */ padding: 0px; + padding-bottom: 6px; /* padding: 0px 12px 0px 12px; */ /* color: #444; */ color: darkgrey; @@ -1960,6 +1960,7 @@ ul.tabs a:hover { border-bottom: 2px solid #244C5E; text-decoration: none; color: grey; + padding-bottom: 6px; } ul.tabs li .active, span.pager_current a {