From f36763926df1c5da435f856b0ad93eca3cf5327c 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 --- 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;