From 59e42b766e6edc89accf55ea6a0fc6bbc769a8bf Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Feb 2009 05:08:36 +0000 Subject: Ticket #1045 -- Added borders to all sides of the pagination anchor. --- theme/base/css/display.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'theme/base/css/display.css') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 166044c71..e1f04ac58 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1024,21 +1024,18 @@ display:block; text-decoration:none; font-weight:bold; padding:7px; -border:1px dotted #D1D9E4; -border-bottom:0; +border-width:1px; +border-style:solid; +-moz-border-radius:7px; +-webkit-border-radius:7px; +border-radius:7px; } .pagination .nav_prev a { --moz-border-radius-topright:7px; --webkit-border-top-right-radius:7px; -padding-left:20px; -border-left:0; +padding-left:30px; } .pagination .nav_next a { --moz-border-radius-topleft:7px; --webkit-border-top-left-radius:7px; -padding-right:20px; -border-right:0; +padding-right:30px; } /* END: NOTICE */ -- cgit v1.2.3-54-g00ecf