From d91455a0b4bd9a8e93f94ca1bca8bf6c7d23e08b Mon Sep 17 00:00:00 2001 From: antonin gallon Date: Mon, 9 Feb 2026 21:10:27 +0100 Subject: [PATCH] =?UTF-8?q?corection=20des=20style=20css=20du=20panel=20po?= =?UTF-8?q?ur=20ne=20pas=20avoir=20le=20before=20et=20le=20margin=20bottom?= =?UTF-8?q?=20sur=20la=20liste=20des=20pages=20li=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/panel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/panel.css b/assets/css/panel.css index 3b53cbb..e5eb4a7 100644 --- a/assets/css/panel.css +++ b/assets/css/panel.css @@ -9,10 +9,10 @@ color: #000; } -.k-panel[data-template="year"] .k-list-items .k-item:first-child { +.k-panel[data-template="year"] .k-section-name-texts .k-list-items .k-item:first-child { margin-bottom: 2rem; } -.k-panel[data-template="year"] .k-list-items::before { +.k-panel[data-template="year"] .k-section-name-texts .k-list-items::before { content: "Texte princeps"; display: block; padding: 0.5rem;