diff --git a/style.css b/style.css index d8facc9..1fa547c 100644 --- a/style.css +++ b/style.css @@ -1018,6 +1018,13 @@ body.forum table.board-display .thread-status { left: 4px; } +body.forum table.board-display tr th:nth-last-of-type(1) { + text-align: right; +} +body.forum table.board-display tr th:nth-of-type(2) { + text-align: left; +} + body.forum.thread table.post-display { background: var(--post); border: var(--post-border); @@ -1050,7 +1057,6 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a { - heading .button { display: inline-block !important; }