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 {