From f4f5c9b1fdac0cfa95ab3f8442c56de8512104c0 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 8 Jun 2023 22:04:11 -0500 Subject: [PATCH] more forum shit --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 55bc582..f87cf51 100644 --- a/style.css +++ b/style.css @@ -1004,6 +1004,15 @@ body.forum table.board-display tr td.counter-cell a img { vertical-align: middle; } +body.forum table.board-display tr:not(.title-row) td:nth-of-type(4) { + text-align: right; +} + +body.forum table.board-display .thread-status { + text-align: right; + margin-top: -12px; +} +