aboutsummaryrefslogtreecommitdiffstats
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
parent83079296616c39c4e7f67415d89e5085827c09e4 (diff)
Add webkit specific lines.
m---------commonlib0
-rw-r--r--web/css/core.css2
2 files changed, 2 insertions, 0 deletions
diff --git a/commonlib b/commonlib
-Subproject 5c87d3eae8eb01fb5013a9dc198f8c3cfcd2155
+Subproject 15c5561b2162121a24f8223b0eac6dcc37b8b39
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;