Add post styles back to :last-child selectors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user