From 335bf4cc4c391ea7f7bc6fc73e9ed5ece09d1cd5 Mon Sep 17 00:00:00 2001 From: RochDLY Date: Fri, 28 Jun 2024 15:17:48 +0200 Subject: =?UTF-8?q?styles:=20correction=20des=20s=C3=A9lecteurs=20pour=20l?= =?UTF-8?q?es=20paragraphes=20qui=20suivent=20les=20tires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/css/styles.css | 13 ++++++++++--- static/css/styles.css | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/css/styles.css b/docs/css/styles.css index bff28f2..e8c894b 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -45,7 +45,6 @@ body { grid-template-columns: 1fr 2fr; font-family: 'TeX Gyre Heros'; font-size: 1em; - margin-top: 0; } footer { @@ -80,7 +79,11 @@ img { line-height: 1.2; } -.content h2 h3 h4 h5 h6 { +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { margin: 0; } @@ -88,7 +91,11 @@ img { font-size: 2.5em; } -.content h2 > p h3 > p h4 > p h5 > p h6 > p { +.content h2 + p, +.content h3 + p, +.content h4 + p, +.content h5 + p, +.content h6 + p { margin-top: 0; } diff --git a/static/css/styles.css b/static/css/styles.css index bff28f2..e8c894b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -45,7 +45,6 @@ body { grid-template-columns: 1fr 2fr; font-family: 'TeX Gyre Heros'; font-size: 1em; - margin-top: 0; } footer { @@ -80,7 +79,11 @@ img { line-height: 1.2; } -.content h2 h3 h4 h5 h6 { +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { margin: 0; } @@ -88,7 +91,11 @@ img { font-size: 2.5em; } -.content h2 > p h3 > p h4 > p h5 > p h6 > p { +.content h2 + p, +.content h3 + p, +.content h4 + p, +.content h5 + p, +.content h6 + p { margin-top: 0; } -- cgit v1.2.3