From 8f9762aab183a8bf502d734ec5f18ca0e68f48cb Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 00:48:12 +0000 Subject: Cross-browser stuff --- theme/identica/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'theme/identica/css') 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; } -- cgit v1.2.3-54-g00ecf