]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Quick fix for hidden threaded-replies issue in Chrome.
authorSamantha Doherty <sammy@status.net>
Tue, 26 Jul 2011 19:36:20 +0000 (15:36 -0400)
committerSamantha Doherty <sammy@status.net>
Tue, 26 Jul 2011 19:36:20 +0000 (15:36 -0400)
theme/base/css/display.css

index 1f4d2f3f15da298e748fdebce08ef800c558ac2b..6b01c073938ff21589046ca8eb19b1b4802b67c2 100644 (file)
@@ -884,7 +884,7 @@ content: ":";
 }
 
 .threaded-replies:empty {
-    display: none;
+    margin-bottom: 0px; 
 }
 
 .user_in .threaded-replies {