From f97620a78c0ea5e99024539771d6241c9e51c2d9 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 3 Feb 2015 09:34:17 +0100 Subject: [PATCH] [CSS][SKEL] ~dimensionnement des logos via un filtre SPIP --- css/habillage.css | 3 --- css/habillage.scss | 4 ---- sommaire.html | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 17f79a9..dafc3ff 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -147,9 +147,6 @@ p { #news { overflow: hidden; } -#news img { - height: 350px; } - .article { background-color: #ffaa7f; margin: 0 10px 15px 10px; } diff --git a/css/habillage.scss b/css/habillage.scss index 04d66fa..62c776e 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -180,10 +180,6 @@ p{ overflow: hidden; } -#news img{ - height:350px; -} - .article{ background-color:#ffaa7f; margin:0 10px 15px 10px; diff --git a/sommaire.html b/sommaire.html index 0f74da3..66bf984 100644 --- a/sommaire.html +++ b/sommaire.html @@ -41,7 +41,7 @@
- [(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"})] + [(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})]

#TITRE

[(#_articles:DATE|affdate)] - #TITRE

-- 2.20.1