From 6137d301be8e9a5a5ac10d5af5736ac637796b11 Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 5 Jun 2015 16:37:34 +0200 Subject: [PATCH] set threaded view to inline to make it more readable --- theme/neo-quitter/css/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 61f26f8f66..dab85ef674 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -683,8 +683,8 @@ ul.profile_list li { } .threaded-replies { - margin-top: 3px; - margin-left: 65px; + margin-top: 4px; + float: unset; } .threaded-replies .placeholder { /* TODO combine all these declarations */