From 2a65f86bf02f7bc685587e71764c918d10cdc043 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 May 2007 06:53:03 +0000 Subject: - Patch #135931 by EclipseGc: semantic update for core pager. --- modules/system/system.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/system/system.css b/modules/system/system.css index fa03200e3..2485269bc 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -118,13 +118,19 @@ tr.merge-up, tr.merge-up td, tr.merge-up th { .nowrap { white-space: nowrap; } -.pager { +.item-list .pager { clear: both; text-align: center; } -.pager a, .pager strong.pager-current { +.item-list .pager li { + background-image:none; + display:inline; + list-style-type:none; padding: 0.5em; } +.pager-current { + font-weight:bold; +} .tips { margin-top: 0; margin-bottom: 0; -- cgit v1.2.3