diff --git a/core/style.css b/core/style.css index a85a912..cf331e9 100644 --- a/core/style.css +++ b/core/style.css @@ -1431,7 +1431,7 @@ table.board-display#poll input[type="text"] { width: 100%; } } body.forum.thread table.board-display colgroup col:nth-of-type(4), - body.forum.thread table.post-display tr.author-row { + body.forum.thread table.post-display tr.author-row:not(.force) { display: none; } }