diff --git a/style.css b/style.css index 5af8b3e..e36389a 100644 --- a/style.css +++ b/style.css @@ -1301,6 +1301,7 @@ 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), @@ -1415,6 +1416,7 @@ body.forum.new table.board-display tr.title-row input { 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.board table.board-display tr.sub-row td: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),