From ef62d74370f9369b8f46e19125e353f2dcba1aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 25 Oct 2016 12:44:12 +0200 Subject: [PATCH] montpellier-ville: don't let "back to montpellier.fr" overlap --- wcs/montpellier-ville/custom-montpellier.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/wcs/montpellier-ville/custom-montpellier.css b/wcs/montpellier-ville/custom-montpellier.css index fb02e40..efbe9eb 100644 --- a/wcs/montpellier-ville/custom-montpellier.css +++ b/wcs/montpellier-ville/custom-montpellier.css @@ -427,9 +427,18 @@ div#services-2nd ul li img { div#main-content { padding-top: 1em; } - div#toplinks { - top: 97px; + div#header a#bandeau-commune { + width: auto; + height: 137px; + background-position: bottom left; } + div#top { + height: 150px; + } + div#toplinks { + top: 147px; + } + } input, select { @@ -450,8 +459,4 @@ textarea { div#home-page-intro { background-position: top right; } - div#header a#bandeau-commune { - width: auto; - } - }