diff --git a/style.css b/style.css index c37c98a..e5bd0dd 100644 --- a/style.css +++ b/style.css @@ -1245,6 +1245,9 @@ body.forum.new table.board-display tr.title-row input { body.forum.board table.board-display tr th:nth-of-type(2), body.forum.board table.board-display colgroup col:nth-of-type(5), body.forum.thread table.board-display colgroup col:nth-of-type(3), + body.forum.thread table.post-display colgroup col:nth-of-type(3), + body.forum.thread table.post-display colgroup col:nth-of-type(4), + body.forum.thread table.post-display td.author-cell, body.forum.watched table.board-display tr td:nth-of-type(4), body.forum.watched table.board-display tr th:nth-of-type(3), body.forum.watched table.board-display colgroup col:nth-of-type(5), @@ -1255,9 +1258,10 @@ body.forum.new table.board-display tr.title-row input { body.forum.thread table.board-display { top: 40px; } - - body.forum.thread table.post-display td.author-cell { - display: none; + + body.forum.thread table.post-display tr.author-row { + text-align: left; + vertical-align: top; } }