From 1040d5750604de05956cf0de854e31b8a7bc2634 Mon Sep 17 00:00:00 2001 From: Lephe Date: Thu, 12 May 2022 19:24:02 +0100 Subject: [PATCH] css: fully recompile LESS files --- app/static/css/form.css | 2 +- app/static/css/table.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/static/css/form.css b/app/static/css/form.css index 716a28d..23dff8a 100644 --- a/app/static/css/form.css +++ b/app/static/css/form.css @@ -95,7 +95,7 @@ font-weight: 400; margin-top: 5px; } -.form input.abfield[type="email"] { +.form .abfield { display: none; } .form.filter { diff --git a/app/static/css/table.css b/app/static/css/table.css index 79f1975..8555168 100644 --- a/app/static/css/table.css +++ b/app/static/css/table.css @@ -111,8 +111,6 @@ table.thread:not(.topcomment) div.info { table.thread div.info { text-align: right; position: relative; - margin-left: 24px; - margin-bottom: 8px; } table.thread div.info > * { display: inline-block;