From c0784a74db7c38db3906a0b2ea0463799f651c13 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 6 Oct 2014 21:47:37 +0100 Subject: [PATCH] Reduce spacing next to images --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 97f57f38..26861bf3 100755 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -214,7 +214,7 @@ img.banner, img.board_image { img.post-image { display: block; float: left; - margin: 10px 20px; + margin: 10px; border: none; } div.post img.post-image {