diff --git a/style.css b/style.css index 5a31914..57c5bc3 100644 --- a/style.css +++ b/style.css @@ -1018,7 +1018,8 @@ body.forum table.board-display .thread-status { left: 4px; } -body.forum table.board-display tr th:nth-last-of-type(1) { +body.forum table.board-display tr th:nth-of-type(3), +body.forum.thread table.board-display tr td:nth-of-type(2) { text-align: right; } body.forum table.board-display tr th:nth-of-type(2) { @@ -1056,6 +1057,7 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a { padding: 8px; } +body.forum.thread table.post-display tr.body-row td { vertical-align: top; } body.forum.thread table.post-display tr.body-row td * { max-width: 100%; }