From 4813f407ac76b03a47a2ba56c41de72a3d8bc0ff Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 21 Jun 2023 16:27:44 -0500 Subject: [PATCH] Add post styles back to :last-child selectors --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index eaca9a7..11eb421 100644 --- a/style.css +++ b/style.css @@ -1313,7 +1313,10 @@ body.forum table.board-display .thread-status { } body.forum table.board-display tr td:last-child, -body.forum table.board-display tr th:last-child { +body.forum table.board-display tr th:last-child, +body.forum table.post-display tr.info-row td:last-child, +body.forum table.post-display tr.button-row td:last-child, +body.forum table.reply-display tr.title-row th:last-child { text-align: right; }