From d5b9142e81a1baee7ea2eb518dcc7d353fd1a743 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 5 Jul 2012 19:18:42 +0200 Subject: [PATCH] fix curves --- teleforma/static/teleforma/css/teleforma.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 13e0d4e2..348e9a6c 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1366,9 +1366,9 @@ input,textarea{ background-image: url(/static/telemeta/images/tw_hd.png); padding: 0.2em; margin: 0em 0em 1.5em 0em; - -moz-border-radius: 8px 0px 8px 8px; - -webkit-border-radius: 8px 0px 8px 8px; - border-radius: 8px 0px 8px 8px; + -moz-border-radius: 8px 0px 11px 11px; + -webkit-border-radius: 8px 0px 11px 11px; + border-radius: 8px 0px 11px 11px; } #module-set-left .module h3 { -- 2.39.5