From a7d43eadae98daec005e8f2a3530789425d8bba3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Sep 2010 21:03:33 +0000 Subject: - Patch #876994 by Jeff Burnz: Bartik pager font results in mad alignment of pager items. --- themes/bartik/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index cd5281f22..7b8486db1 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -76,6 +76,7 @@ body, ul.contextual-links, ul.links, ul.primary, +.item-list .pager, div.field-type-taxonomy-term-reference, div.messages, div.meta, @@ -180,7 +181,8 @@ tr.even { .block ul { margin: 0; } -ul.contextual-links { +ul.contextual-links, +.item-list .pager { font-size: 90%; } ul.menu li { -- cgit v1.2.3