From 26bbc65f0067cd35999cecf35f2156cffc14a885 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 14 Sep 2024 06:51:41 -0500 Subject: [PATCH] correct forum table margins --- core/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/style.css b/core/style.css index 4c4d724..6a28ad8 100644 --- a/core/style.css +++ b/core/style.css @@ -1188,6 +1188,7 @@ body.forum table.board-display { border: var(--forum-header-border); font-family: var(--primary-font); table-layout: fixed; + margin: 4px; } body.forum table.board-display tr.sub-row {