From d9dc56465bbee693db0423d9f31b05d038a6a148 Mon Sep 17 00:00:00 2001 From: neox Date: Thu, 29 Feb 2024 10:20:23 +0100 Subject: [PATCH] =?UTF-8?q?articles/index.tyto:=20titre=20et=20m=C3=A9tas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/styles.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/template/styles.css b/template/styles.css index d0a9cb9..98d63b8 100644 --- a/template/styles.css +++ b/template/styles.css @@ -35,7 +35,6 @@ body { background: var(--a-lec_white); font-family: sans-serif; font-size: 100%; - text-align: justify; text-justify: auto; background: var(--a-lec_white); } @@ -48,7 +47,6 @@ main { background-color: var(--a-lec_white); } - /* ---------------------------------------------------------------------------- * Article contents styles */ @@ -73,15 +71,14 @@ h1#article_title { } a#article_title_link {} div#article_refs { - display: block; - background-color: var(--a-lec_yellow); - position: relative; - text-align: left; - float: right; - top: -10px; - padding: 5px; - font-size: 82%; + background-color: var(--a-lec_yellow); + float: right; + padding: 5px; + font-size: 82%; + margin-bottom: 10px; + margin-top: -3em; } + a#post_code {} /* ! TOC */ @@ -132,8 +129,9 @@ h6.tyto { */ p.tyto { display: block; - margin-top: 10px; + margin-top: 20px; margin-bottom: 10px; + text-align: justify; } ul.tyto { line-height: 24px;