summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-01 06:53:03 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-01 06:53:03 +0000
commit2a65f86bf02f7bc685587e71764c918d10cdc043 (patch)
tree7fb3ef6436297110950add74fe0a7d09168be545 /modules
parent7d4f2836ba303c3ac2657eb019419c04471fb034 (diff)
downloadbrdo-2a65f86bf02f7bc685587e71764c918d10cdc043.tar.gz
brdo-2a65f86bf02f7bc685587e71764c918d10cdc043.tar.bz2
- Patch #135931 by EclipseGc: semantic update for core pager.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css10
1 files changed, 8 insertions, 2 deletions
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;