From d4508fdb14751f0119ea061aedd7913cf6be3f55 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Fri, 7 Sep 2012 09:43:32 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-3936 --- modules/blockcart/blockcart.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/blockcart/blockcart.css b/modules/blockcart/blockcart.css index 63423d9b8..1e0fac942 100644 --- a/modules/blockcart/blockcart.css +++ b/modules/blockcart/blockcart.css @@ -12,10 +12,10 @@ top: 65px; height: auto; width: 200px; - -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; box-shadow: 0 1px 0 #C6C6C6;