Compare commits

..

No commits in common. "e9cf432e8729a2d1cb2dd21fc58128ff33c59c60" and "14d230bb9e86d867d0da0e755d4791550d9868f5" have entirely different histories.

2 changed files with 7 additions and 17 deletions

View File

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 745 B

View File

@ -1148,20 +1148,16 @@ body.forum table.board-display .thread-status {
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.index table.board-display tr th:nth-of-type(3),
body.forum.board table.board-display tr th:nth-of-type(4),
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.reply table.board-display tr.button-row td:nth-of-type(2),
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) {
text-align: right;
}
@ -1262,17 +1258,11 @@ body.forum.new table.board-display tr.title-row input {
@media only screen and (orientation: portrait) {
body.forum.index table.board-display tr td:nth-of-type(4),
body.forum.index table.board-display tr th:nth-of-type(2),
body.forum.index table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display tr td:nth-of-type(4),
body.forum.index table.board-display tr th:nth-of-type(2),
body.forum.board table.board-display tr th:nth-of-type(3),
body.forum.board table.board-display colgroup col:nth-of-type(5),
body.forum.watched table.board-display tr td:nth-of-type(4),
body.forum.watched table.board-display tr th:nth-of-type(3),
body.forum.watched table.board-display colgroup col:nth-of-type(5),
body.forum.newest table.board-display tr td:nth-of-type(4),
body.forum.newest table.board-display tr th:nth-of-type(3),
body.forum.newest table.board-display colgroup col:nth-of-type(5) { display: none; }
body.forum.index table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display colgroup col:nth-of-type(5) { display: none; }
body.forum.thread table.board-display {
top: 40px;