From 0b86c5f3649ca19ced33904c44f43d87e665ca1e Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 6 Sep 2010 09:58:45 +0100 Subject: Add webkit specific lines. --- web/css/core.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/css') diff --git a/web/css/core.css b/web/css/core.css index 08e6eca0d..5c8dad666 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -100,6 +100,7 @@ p#expl { margin: 1em auto; padding: 1em; -moz-border-radius: 1em; + -webkit-border-radius: 1em; border-radius: 1em; } @@ -126,6 +127,7 @@ p#expl { text-align: center; width: 5.5em; -moz-border-radius: 0.5em; + -webkit-border-radius: 0.5em; border-radius: 0.5em; float: left; margin: 0 1em 1em; -- cgit v1.2.3