From 9bc69fedb0b47a2469185dc38cc38167fbf05935 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Fri, 7 Sep 2012 09:43:19 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-3936 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17227 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcurrencies/blockcurrencies.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/blockcurrencies/blockcurrencies.css b/modules/blockcurrencies/blockcurrencies.css index ec88409b7..9895c808e 100644 --- a/modules/blockcurrencies/blockcurrencies.css +++ b/modules/blockcurrencies/blockcurrencies.css @@ -3,10 +3,10 @@ float:right; margin: 0 6px 0 0; padding: 2px 6px; - -moz-border-radius-bottomright: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-radius-bottomright: 3px; - -webkit-border-radius-bottomleft: 3px; + -moz-border-bottom-right-radius: 3px; + -moz-border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background: none repeat scroll 0 0 #000;