From: Samantha Doherty <sammy@status.net>
Date: Tue, 26 Jul 2011 19:36:20 +0000 (-0400)
Subject: Quick fix for hidden threaded-replies issue in Chrome.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=baf4102da756330230c57b45d8257e8765cb1e7c;p=quix0rs-gnu-social.git

Quick fix for hidden threaded-replies issue in Chrome.
---

diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 1f4d2f3f15..6b01c07393 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -884,7 +884,7 @@ content: ":";
 }
 
 .threaded-replies:empty {
-    display: none;
+    margin-bottom: 0px; 
 }
 
 .user_in .threaded-replies {