From 5b7a73da84c980bdfbb5085f043d90e08c828c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 12 Nov 2015 18:25:06 +0100 Subject: [PATCH] perols: reduce header height --- wcs/montpellier-commune/custom-perols.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wcs/montpellier-commune/custom-perols.css b/wcs/montpellier-commune/custom-perols.css index e2e6bfa..78903cd 100644 --- a/wcs/montpellier-commune/custom-perols.css +++ b/wcs/montpellier-commune/custom-perols.css @@ -15,8 +15,8 @@ a { } div#top { - background: transparent url(perols/top.png) top left no-repeat; - height: 246px; + background: transparent url(perols/top.png) bottom left no-repeat; + height: 200px; width: 1058px; margin: 0 auto; } @@ -24,7 +24,7 @@ div#top { a#bandeau-commune { background: none; border: none; - margin-top: 110px; + margin-top: 60px; padding-left: 0; color: transparent; display: inline-block;