diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:09:00 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:09:00 +0000 |
commit | 1df4a3831358753c59b996305a54bd2366450079 (patch) | |
tree | 22732b5956d1ba5a96c60b4ea618804704cb1787 /theme/base/css | |
parent | 102028fb4813a27957efeb6fdd5bc7bfc46a03f0 (diff) |
notice vcard url and a:visited style
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 20e66c351..ce7f69b35 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -851,12 +851,12 @@ border-bottom:0; } .pagination .nav_prev a { --moz-border-radius-topright:4px; +-moz-border-radius-topright:7px; padding-left:20px; border-left:0; } .pagination .nav_next a { --moz-border-radius-topleft:4px; +-moz-border-radius-topleft:7px; padding-right:20px; border-right:0; } |