diff --git a/themes/default/css/comparator.css b/themes/default/css/comparator.css index 5d537272a..44af9522a 100644 --- a/themes/default/css/comparator.css +++ b/themes/default/css/comparator.css @@ -40,7 +40,7 @@ table#product_comparison { margin-bottom:10px; padding-left:10px; color:#0088cc; - background:url(../../img/arrow_right_1.png) no-repeat 0 4px transparent; + background:url(../img/arrow_right_1.png) no-repeat 0 4px transparent; } .prices_container {height:50px} @@ -68,7 +68,7 @@ table#product_comparison { padding-right:16px; font-weight:bold; text-align:right; - background:url(../../img/icon/delete.gif) no-repeat 100% 1px transparent; + background:url(../img/icon/delete.gif) no-repeat 100% 1px transparent; } .ajax_add_to_cart_button { @@ -82,7 +82,7 @@ table#product_comparison { height: 26px; left: -12px; width: 26px; - background: url(../../img/icon/pict_add_cart.png) no-repeat 0 0 transparent + background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent }