aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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;