From 28de55484f345fd358b93f2ed0244f9aed12f914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 12 Nov 2015 19:31:49 +0100 Subject: [PATCH] perols: pixel adjustment for top title --- wcs/montpellier-commune/custom-perols.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wcs/montpellier-commune/custom-perols.css b/wcs/montpellier-commune/custom-perols.css index 78903cd..b0143ba 100644 --- a/wcs/montpellier-commune/custom-perols.css +++ b/wcs/montpellier-commune/custom-perols.css @@ -92,7 +92,9 @@ div#centre h3 { background: #e3007a; color: white; padding-left: 1ex; - margin-left: -1px; + position: relative; + left: -1px; + top: -1px; text-transform: none; }