From ad5f787c717087a896000962587c86b32eb687dd Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 3 Feb 2014 10:01:03 +0100 Subject: [PATCH] Add a bit of horizontal margin between threads in the catalog. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 138c5aa9d..f3b253287 100644 --- a/css/style.css +++ b/css/style.css @@ -411,7 +411,7 @@ a[href="javascript:;"] { flex-direction: column; align-items: center; width: 165px; - margin-bottom: 5px; + margin: 0 2px 5px; max-height: 320px; word-break: break-word; }