diff --git a/core/style.css b/core/style.css index 6a28ad8..4cf1eae 100644 --- a/core/style.css +++ b/core/style.css @@ -1188,6 +1188,11 @@ body.forum table.board-display { border: var(--forum-header-border); font-family: var(--primary-font); table-layout: fixed; +} + +body.forum table.board-display:not(.page-container), +body.forum table.poll-display, +body.forum table.reply-display { margin: 4px; }