From: Guillaume Pellerin Date: Thu, 27 Oct 2016 18:28:54 +0000 (+0200) Subject: fix repeat X-Git-Tag: 1.1~56 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cf9356dc708ac882bff61fea047d9b4e5c27576a;p=teleforma.git fix repeat --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index eb930271..46c7741b 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1351,7 +1351,7 @@ input,textarea{ #module-set .module { border: 1px solid #000; - background: repeat-x repeat-y url(/static/telemeta/images/tw_hd.png) 0 0; + background: repeat url(/static/telemeta/images/tw_hd.png) 0 0; padding: 0.2em; margin: 2em 1em 0em 0em; -moz-border-radius: 8px 0px 11px 11px;