No longer right-align every text on the last column
This commit is contained in:
12
style.css
12
style.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user