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