From 8e36d3dcbaf72d4de2b73ed004eb1dfd4c1d6ef2 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sat, 29 Jul 2023 18:03:13 +0100 Subject: Merge fixes into v5.5 branch (#12) --------- Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com> --- public/css/minimal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/css/minimal.css') diff --git a/public/css/minimal.css b/public/css/minimal.css index d81245c..d70d9d6 100644 --- a/public/css/minimal.css +++ b/public/css/minimal.css @@ -4,12 +4,12 @@ html { body { font-family: sans-serif; - margin: 0px; + margin: 0; margin-left: 10px; color: #ddd; background-color: #333; } -table.gb_entry_details tr td { +table.gb-entry_details tr td { padding-right: 5px; } -- cgit v1.2.3-54-g00ecf