From b88bacedcc7644cd6b08f9fedddd486f1e69cbc0 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 10 Apr 2012 13:45:21 +0000 Subject: [PATCH] [-] BO : Fix #PSFV-746 --- modules/homefeatured/homefeatured.css | 1 + themes/default/css/product_list.css | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/homefeatured/homefeatured.css b/modules/homefeatured/homefeatured.css index 4392b248d..499786af0 100644 --- a/modules/homefeatured/homefeatured.css +++ b/modules/homefeatured/homefeatured.css @@ -30,6 +30,7 @@ -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); + -ms-transform: rotate(45deg); background-color: #990000 } diff --git a/themes/default/css/product_list.css b/themes/default/css/product_list.css index 5e89c6f61..89fec0943 100644 --- a/themes/default/css/product_list.css +++ b/themes/default/css/product_list.css @@ -57,6 +57,7 @@ ul#product_list { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); + -ms-transform: rotate(45deg); background-color: #990000 } #product_list li h3 {