Add post styles back to :last-child selectors

This commit is contained in:
Wirlaburla 2023-06-21 16:27:44 -05:00
parent 68a3f1268f
commit 4813f407ac

View File

@ -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 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; text-align: right;
} }