diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:48:12 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:48:12 +0000 |
commit | 8f9762aab183a8bf502d734ec5f18ca0e68f48cb (patch) | |
tree | d46f3ecb8880e7897c6c9e3a549289be3d1cf3d7 /theme/identica | |
parent | 910bd332430b0af233ae78b330994520d4b59c97 (diff) |
Cross-browser stuff
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; } |