From ae298978d4e7b4ac88a2bc087672564c00f8a843 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 21 Jun 2023 16:06:46 -0500 Subject: [PATCH] Add tr sub-row --- style.css | 2 ++ 1 file changed, 2 insertions(+) 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),