From 08b8e282095215bc86ed4c8e28dbdad57406c3a9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 11 Oct 2009 13:03:20 +0200 Subject: get rounded corners in webkit, too --- additions/layout.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/additions/layout.css b/additions/layout.css index 3b6a0c3..b0203dd 100644 --- a/additions/layout.css +++ b/additions/layout.css @@ -11,10 +11,8 @@ div { } #title, #tags, #alt-langs, #dates, #nav-tags, #nav-links, #dopplr-blog-badge-for-dakkar div.dopplr-badge, #footer { - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #nav-tags, #nav-links, #dopplr-blog-badge-for-dakkar, #twtr-profile-widget { -- cgit v1.2.3