diff --git a/style.css b/style.css index 50f7fdf..eaca9a7 100644 --- a/style.css +++ b/style.css @@ -1311,22 +1311,9 @@ body.forum table.board-display .thread-status { top: -16px; left: 4px; } -body.forum.index table.board-display tr:not(.title-row) td:nth-of-type(4), -body.forum.index table.board-display tr th:nth-of-type(3), -body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4), -body.forum.board table.board-display tr th:nth-of-type(4), -body.forum.board table.board-display tr.sub-row td:nth-of-type(3), -body.forum.newest table.board-display tr:not(.title-row) td:nth-of-type(4), -body.forum.newest table.board-display tr th:nth-of-type(4), -body.forum.watched table.board-display tr:not(.title-row) td:nth-of-type(4), -body.forum.watched table.board-display tr th:nth-of-type(4), -body.forum.thread table.board-display tr.title-row th:nth-of-type(3), -body.forum.thread table.board-display tr td:nth-of-type(2), -body.forum.thread table.post-display tr td:nth-of-type(3), -body.forum.thread table.reply-display tr.title-row th:nth-of-type(2), -body.forum.thread table.reply-display tr.button-row td:nth-of-type(2), -body.forum.new table.board-display tr.button-row td:nth-of-type(2), -body.forum.reply table.board-display tr.button-row td:nth-of-type(2) { + +body.forum table.board-display tr td:last-child, +body.forum table.board-display tr th:last-child { text-align: right; }