From d0466d9218b0394312d4996b974ea6be8d48e8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 24 Jun 2016 16:15:51 +0200 Subject: [PATCH] montpellier-ville: add support for category banners --- wcs/montpellier-ville/custom-montpellier.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wcs/montpellier-ville/custom-montpellier.css b/wcs/montpellier-ville/custom-montpellier.css index bd858c4..729a878 100644 --- a/wcs/montpellier-ville/custom-montpellier.css +++ b/wcs/montpellier-ville/custom-montpellier.css @@ -328,3 +328,10 @@ div#services-2nd ul ul li::before { div#footer { visibility: hidden; } + + +div#services ul ul li img, +div#services-2nd ul ul li img { + display: block; + width: 100%; +}