From 2d68972dd790c96f25b997b2111d0551f1b46029 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 10 Apr 2015 23:21:22 +0200 Subject: [PATCH] thread-stats style: add margins --- stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 64de38bf..80b124f8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1048,4 +1048,6 @@ span.pln { #thread_stats { display: inline; + margin-left: 10px; + margin-right: 10px; }