Improve everything to do with the forum tables by utilizing :last-child
This commit is contained in:
parent
aaec025594
commit
68a3f1268f
19
style.css
19
style.css
|
@ -1311,22 +1311,9 @@ body.forum table.board-display .thread-status {
|
|||
top: -16px;
|
||||
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.board table.board-display tr:not(.title-row) td:nth-of-type(4),
|
||||
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) {
|
||||
|
||||
body.forum table.board-display tr td:last-child,
|
||||
body.forum table.board-display tr th:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user