From de7f9ae0d62934bef040575b6ad7e375cf25bc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 27 Aug 2021 15:42:41 +0200 Subject: [PATCH] theme: only style what's needed #64 --- static/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 99487f95dd..688bc1a463 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -665,7 +665,8 @@ hr { } table { border: 1px solid #eaeaea; - margin: 1rem 0; + margin-bottom: 1rem; + margin-top: 1rem; table-layout: auto; } th {