enable blacklists in comments, wiki pages

This commit is contained in:
albert
2013-02-18 19:11:30 -05:00
parent 85f3a79e9d
commit 8a66470975
8 changed files with 63 additions and 45 deletions

View File

@@ -88,5 +88,9 @@ div#c-comments {
width: 55em;
}
}
div.post.blacklisted {
display: none;
}
}
}