No longer right-align every text on the last column

This commit is contained in:
Wirlaburla 2023-08-19 16:29:50 -05:00
parent 4340d32bd8
commit 638bcad402

View File

@ -1126,16 +1126,8 @@ body.forum table.board-display .thread-status {
left: 4px;
}
body.forum table.board-display tr th:last-child,
body.forum.index table.board-display tr td:last-child,
body.forum.board table.board-display tr td:last-child,
body.forum.thread table.board-display tr td:last-child,
body.forum.newest table.board-display tr td:last-child,
body.forum.watched table.board-display tr td:last-child,
body.forum table.board-display tr.button-row td: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 {
body.forum table tr.ralign th:last-child,
body.forum table tr.ralign td:last-child {
text-align: right;
}