From 76da00161db6e9e3e8508d93a05fca9b1f09ca13 Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Thu, 16 Jun 2022 10:51:30 +0200 Subject: [PATCH] =?UTF-8?q?Suppressions=20de=20r=C3=A8gles=20CSS=20inutili?= =?UTF-8?q?s=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/static/style.css b/static/style.css index 66a355a..0f5bf32 100644 --- a/static/style.css +++ b/static/style.css @@ -50,10 +50,6 @@ nav { width: 50%; } -#body { - margin: 10px; -} - p { text-align: justify; } @@ -153,18 +149,6 @@ header a { text-decoration: none; } -img { - margin: 10px; - align-self: flex-start; - max-width: 200px; - border-radius: 10px; -} - -iframe { - max-width: 200px; - max-height: 500px; -} - ul { margin-bottom: 5px; } @@ -250,16 +234,6 @@ input[type="checkbox"] + label { box-shadow: 5px 5px black; } -.fav label { - width: 50px; - height: 50px; -} - -.done { - background: var(--bg-dark); - text-decoration: line-through; -} - input { background: var(--bg-dark); }