From f86be0f44d126fc11da8644c5999b040a32c69b8 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 10 Apr 2015 23:17:19 +0200 Subject: [PATCH] thread-stats: best viewed inline --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index d2cc0572..64de38bf 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1045,3 +1045,7 @@ span.pln { .dropzone .remove-btn:hover { color: rgba(125, 125, 125, 1); } + +#thread_stats { + display: inline; +}