From 1bdbcdc60b47060d84d423141b53d74946923dda Mon Sep 17 00:00:00 2001 From: moisseev Date: Tue, 21 Jul 2020 13:32:48 +0300 Subject: [Minor] Remove superfluous bottom margins --- interface/css/rspamd.css | 3 +++ interface/index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 18d758670..56fd90105 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -378,6 +378,9 @@ table#symbolsTable input[type="number"] { } /* history table */ +.footable-details.table { + margin-bottom: 0; +} #historyTable_scan > tbody > tr > td, #historyTable_scan > thead > tr > th, #historyTable_history > tbody > tr > td, diff --git a/interface/index.html b/interface/index.html index beb2651c9..7fc1aac50 100644 --- a/interface/index.html +++ b/interface/index.html @@ -325,7 +325,7 @@
-
+
@@ -452,7 +452,7 @@
-
+
-- cgit v1.2.3