From 6616da9e6f8f8a0f81892cd33df14ef80c39e6e0 Mon Sep 17 00:00:00 2001 From: Веталь Date: Mon, 24 Oct 2016 12:08:14 +0300 Subject: [PATCH] - --- frontend/web/css/css_header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index faa3d7e..e253f16 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -14594,6 +14594,6 @@ ul.product-special li.promo div{ left: 0; } .banners_sale img{ - margin-top: 10px; + margin-top: 10px !important; } -.banners_sale img {margin-top: 0} \ No newline at end of file +.banners_sale img:first-child {margin-top: 0 !important;} \ No newline at end of file -- libgit2 0.21.4