From 848ee51e8a1e95e1a764589fe96145fc7405a7d7 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 8 Jul 2022 15:34:05 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20d=C3=A9coration=20des=20liens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index dac7f53..ba3b196 100644 --- a/styles.css +++ b/styles.css @@ -219,6 +219,7 @@ div#a-lec_infos { aside#a-lec_sidebar { padding-left: 40px; + margin-top: 30px; } .a-lec_list-post-item a:hover { @@ -233,7 +234,7 @@ aside#a-lec_sidebar { color: var(--a-lec_white); font-weight: bold; padding: 10px; - margin: 10px 0px 0px 0px; + margin: -10px 0px 0px 0px; } .a-lec_list-post-metas { @@ -244,6 +245,7 @@ aside#a-lec_sidebar { font-size: 80%; padding: 10px; font-weight: bold; + } .a-lec_list-post-item a .a-lec_list-post-info {