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; +} +