diff --git a/style.css b/style.css index d524633..3d9aa13 100644 --- a/style.css +++ b/style.css @@ -1012,7 +1012,10 @@ body.forum table.board-display tr:not(.title-row) td:nth-of-type(4) { body.forum table.board-display .thread-status { text-align: right; - margin-top: -12px; + position: relative; + height: 0px; + top: -12px; + left: 4px; }