From a28d6223d41fafb1b13c23c87722d6221c3b1283 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. --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index adfb4bd17..e7b081cf1 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -507,7 +507,7 @@ hr ~ div.center:not(.ad-cnt) { flex-direction: column; align-items: center; width: 165px; - margin-bottom: 5px; + margin: 0 2px 5px; max-height: 320px; word-break: break-word; }