From 7ad5d15b4dd16a18d4ea69fb230187f7b29e6290 Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Thu, 30 Oct 2014 12:17:04 -0300 Subject: [PATCH] fix for white comment count at comment-paragraph plugin --- plugins/community_hub/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_hub/public/style.css b/plugins/community_hub/public/style.css index 32f9281..1cf6912 100644 --- a/plugins/community_hub/public/style.css +++ b/plugins/community_hub/public/style.css @@ -558,7 +558,7 @@ textarea#message_body { margin-left: 80px; } -.comment-count { +.post .comment-count { margin-left: 80px; padding: 5px 10px; background-color: white; -- libgit2 0.21.2