Improve everything to do with the forum tables by utilizing :last-child

This commit is contained in:
Wirlaburla 2023-06-21 16:24:59 -05:00
parent aaec025594
commit 68a3f1268f

View File

@ -1311,22 +1311,9 @@ body.forum table.board-display .thread-status {
top: -16px; top: -16px;
left: 4px; 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 table.board-display tr td:last-child,
body.forum.board table.board-display tr:not(.title-row) td:nth-of-type(4), body.forum table.board-display tr th:last-child {
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) {
text-align: right; text-align: right;
} }