From 4453e53b96023581dd19472339b05e2aefef2422 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Wed, 6 May 2020 11:35:49 +0000 Subject: [PATCH] =?UTF-8?q?[SoyezCr=C3=A9ateurs]=20Am=C3=A9lioration=20de?= =?UTF-8?q?=20la=20pr=C3=A9sentation=20des=20listes=20dans=20le=20texte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylessoyezcreateurs.css.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 9782170e..1cf99037 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -265,8 +265,8 @@ a[hreflang].spip_out:after, a[hreflang].external:after { content: ""; } img { box-sizing: content-box; } ul.spip { margin-left: 2em; } ol.spip { margin-left: 2.5em; } -ul.spip ul.spip, ol.spip ol.spip { margin-left: .25em; margin-bottom: 0; margin-top: 0.5em;} -ul.spip li, ol.spip li { margin-bottom: 0.5em; } +ul.spip ul.spip, ol.spip ol.spip { margin-left: .25em; margin-bottom: 0; margin-top: 0.25em;} +ul.spip li, ol.spip li { margin-bottom: 0.25em; } .table caption, table.spip caption { border-bottom: none; } @media print { @@ -2832,10 +2832,14 @@ margin-bottom: 1em; .portailcognac #letexte .spip th { padding: 10px 15px; } -.portailcognac #letexte ul { +.portailcognac #letexte ul, +.portailcognac #letexte ol { margin: 1rem; - line-height: 1.6; + line-height: 1.2; } +.portailcognac #letexte ol { margin-left: 2.25em; } +#letexte ul ul, #letexte ul ol, #letexte ol ul, +.portailcognac #letexte ul ul, .portailcognac #letexte ul ol, .portailcognac #letexte ol ul { margin-top: .25em; } .portailcognac #letexte .texteencadre-spip { padding: .5em 1em; border: none; -- GitLab