diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.css | 10 |
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; |