Hide report/delete by default (needs fix for no JS mode)

This commit is contained in:
8chan 2015-04-19 08:17:43 -07:00
parent 01114796fc
commit 0db0ed3beb

View File

@ -1609,4 +1609,8 @@ td.board-tags a.tag-link {
font-size: 0; font-size: 0;
width: 0; width: 0;
} }
} }
#post-moderation-fields {
display: none;
}