From b7b05db5933c99b0c5808d3a09bfcdcd502473cc Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 20:24:46 -0500 Subject: [PATCH] Fix last commit only applying to class index --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 797a374..ede89cb 100644 --- a/style.css +++ b/style.css @@ -994,7 +994,7 @@ body.forum.index table.board-display tr.title-row { cursor: pointer; } -body.forum.index table.board-display tr.title-row .button { vertical-align: top; } +body.forum table.board-display tr.title-row .button { vertical-align: top; } body.forum table.board-display tr:not(.title-row) { background: var(--forum-content);