From 5142c8f8a8d6f523f0c538b7c32c5ab643c27130 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 6 May 2014 20:12:33 +0000 Subject: [PATCH] margins on toolbox images --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 5c2c4af..b93d71c 100644 --- a/styles.css +++ b/styles.css @@ -179,9 +179,11 @@ nav a { } .imageright { float: right; + margin: 0 0 12px 12px; } .imageleft { float: left; + margin: 0 12px 12px 0; } .imagecaption { background: rgba(0, 0, 0, .1); -- 2.17.1