diff --git a/style.css b/style.css index eaca9a7..11eb421 100644 --- a/style.css +++ b/style.css @@ -1313,7 +1313,10 @@ body.forum table.board-display .thread-status { } body.forum table.board-display tr td:last-child, -body.forum table.board-display tr th:last-child { +body.forum table.board-display tr th:last-child, +body.forum table.post-display tr.info-row td:last-child, +body.forum table.post-display tr.button-row td:last-child, +body.forum table.reply-display tr.title-row th:last-child { text-align: right; }