aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@cake.ukcod.org.uk>2010-09-06 09:58:45 +0100
committerMatthew Somerville <matthew@cake.ukcod.org.uk>2010-09-06 09:58:45 +0100
commit0b86c5f3649ca19ced33904c44f43d87e665ca1e (patch)
tree12540c91f5c3a91a359186b70c37d3b44029a12c /web/css
parent83079296616c39c4e7f67415d89e5085827c09e4 (diff)
Add webkit specific lines.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css2
1 files changed, 2 insertions, 0 deletions
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;