Add tr sub-row

This commit is contained in:
Wirlaburla 2023-06-21 16:06:46 -05:00
parent b2b983f236
commit ae298978d4

View File

@ -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),