From 638bcad4020186462aa3a0a50029a6cbb0f4c140 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 19 Aug 2023 16:29:50 -0500 Subject: [PATCH] No longer right-align every text on the last column --- style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index efa0c48..c37c98a 100644 --- a/style.css +++ b/style.css @@ -1126,16 +1126,8 @@ body.forum table.board-display .thread-status { left: 4px; } -body.forum table.board-display tr th:last-child, -body.forum.index table.board-display tr td:last-child, -body.forum.board table.board-display tr td:last-child, -body.forum.thread table.board-display tr td:last-child, -body.forum.newest table.board-display tr td:last-child, -body.forum.watched table.board-display tr td:last-child, -body.forum table.board-display tr.button-row td: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 { +body.forum table tr.ralign th:last-child, +body.forum table tr.ralign td:last-child { text-align: right; }