From: sarven Date: Sat, 17 Jan 2009 03:09:00 +0000 (+0000) Subject: notice vcard url and a:visited style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1df4a3831358753c59b996305a54bd2366450079;p=quix0rs-gnu-social.git notice vcard url and a:visited style --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 20e66c3519..ce7f69b358 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; } diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 94e97d4148..1bb2ca01ba 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -26,6 +26,17 @@ color:#EC008C; a { color:#002E6E; } +a:active { +background-color:#ddd; +} +.notice p.entry-content a:visited { +background-color:#fcfcfc; +-moz-border-radius:4px; +} +.notice p.entry-content .vcard a { +background-color:#fcfffc; +-moz-border-radius:4px; +}