From b041aac70d41fcb92c7dbed827cdfdf17463a7f1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Apr 2021 19:12:31 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20pour=20l'adaptation=20de=20la=20taille=20?= =?UTF-8?q?des=20images=20g=C3=A9n=C3=A9r=C3=A9es=20par=20le=20mod=C3=A8le?= =?UTF-8?q?=20,=20intervention=20sur=20=20quand=20il=20est?= =?UTF-8?q?=20inclus=20dans=20une=20liste=20=C3=A0=20puces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/ajout.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/css/ajout.css b/css/ajout.css index 4deb34f..6e3af3f 100644 --- a/css/ajout.css +++ b/css/ajout.css @@ -108,3 +108,24 @@ text-align: center; clear: both; } + + +/************************* + * Surcharges particulières + **************************/ + +.contenu-texte .suitedarticles ul.spip strong { + margin: 0; + display: inline; +} + +/************************* + * Classes introduites par le plugin media + **************************/ + +.media_image img { + max-width: 100%; + height: auto; +} + +