From 6ed5a32975b54d64c92ec422b02978aee277d9a0 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 22 Nov 2011 14:46:00 +0000 Subject: [PATCH] // BugFix with a css rule --- themes/prestashop/css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prestashop/css/global.css b/themes/prestashop/css/global.css index b6c95b486..6ee2f6616 100644 --- a/themes/prestashop/css/global.css +++ b/themes/prestashop/css/global.css @@ -1126,7 +1126,7 @@ tr.cart_total_price { font-weight: bold } } #order .delivery_options_address h3, #orderopc .delivery_options_address h3 { background: url("../img/table_header.gif") no-repeat; - background: url("http://prestashop15.localhost/themes/prestashop/css/../img/table_header.gif") no-repeat; + background: url("../img/table_header.gif") no-repeat; color: #374853; font-weight: bold; height: 14px;