diff options
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 8a1130387..eb7b47a12 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -30,11 +30,15 @@ background-color:#ddd; } .notice p.entry-content a:visited { background-color:#fcfcfc; +border-radius:4px; -moz-border-radius:4px; +-webkit-border-radius:4px; } .notice p.entry-content .vcard a { background-color:#fcfffc; +border-radius:4px; -moz-border-radius:4px; +-webkit-border-radius:4px; } |