fixed comment hiding

This commit is contained in:
albert
2011-09-11 16:40:58 -04:00
parent 7483ad2e28
commit 3395c97c65
8 changed files with 60 additions and 7 deletions

View File

@@ -539,7 +539,7 @@ div#c-pool-orders {
div.comments-for-post {
div.list-of-comments {
article {
article.comment {
margin-bottom: 2em;
div.author {
@@ -558,6 +558,14 @@ div.comments-for-post {
float: left;
}
}
article.comment.below-threshold {
opacity: 0.2;
}
article.comment.below-threshold:hover {
opacity: 1.0;
}
}
div.comment-preview {