From 8c57f71893b49d084854fa45625cc778f3fa163c Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 3 Mar 2017 16:01:17 +0900 Subject: [PATCH] Display post moderation fields by default --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 47b99149..b147428e 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1766,7 +1766,7 @@ td.board-tags a.tag-link { } #post-moderation-fields { - display: none; + display: block; } .announcement {