From ee81afa92e87813d5e1d6c4b47e8ffdfb4700f11 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Tue, 3 Feb 2015 17:29:21 +0100 Subject: [PATCH] [CSS] + map --- css/habillage.css | 9 +++++++++ css/habillage.scss | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/css/habillage.css b/css/habillage.css index 28b4cb1..7bd1b59 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -151,6 +151,12 @@ p { background-color: #ffaa7f; margin: 0 10px 15px 10px; } +.spip_logo { + display: none; } + +.article .spip_logos { + display: none; } + /*3EME COLONNE*/ .map { background-color: #6059d2; @@ -183,6 +189,9 @@ p { .horaire { font-size: 0.8em; } +.leaflet-control-attribution { + display: none; } + /*RESPONSIVE*/ .col-1, .col-m-1, .col-l-1, .col-2, .col-m-2, .col-l-2, .col-3, .col-m-3, .col-l-3, .col-4, .col-m-4, .col-l-4, .col-5, .col-m-5, .col-l-5, .col-6, .col-m-6, .col-l-6, .col-7, .col-m-7, .col-l-7, .col-8, .col-m-8, .col-l-8, .col-9, .col-m-9, .col-l-9, .col-10, .col-m-10, .col-l-10, .col-11, .col-m-11, .col-l-11, .col-12, .col-m-12, .col-l-12 { float: left; diff --git a/css/habillage.scss b/css/habillage.scss index 3261254..3568d8e 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -184,7 +184,13 @@ p{ background-color:#ffaa7f; margin:0 10px 15px 10px; } - +.spip_logo{ + display:none; +} +.article .spip_logos{ + display:none; + +} @@ -227,6 +233,9 @@ p{ .horaire{ font-size: 0.8em; } +.leaflet-control-attribution{ + display: none; +} /*RESPONSIVE*/ -- 2.20.1