Make deleted comments visible to Trusted Users

This allows Trusted Users to check whether a user posted a politically
incorrect comment, even if he already deleted it.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2014-07-25 10:12:31 +02:00
parent 16e4708f1e
commit daceef50eb
5 changed files with 30 additions and 11 deletions

View file

@ -68,3 +68,7 @@
padding: 0;
border: none;
}
.comment-deleted {
color: #999;
}