From 2fdc6a46105a2607e49f7de3d381a349dc90dc2e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 24 Aug 2011 02:16:04 +0200 Subject: [PATCH] A bit of margin for h4 --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index e9be444e6..b3cf3125c 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,9 @@ float: left; width: 33%; } + h4 { + margin: 5px 0; + } h4 > * { float: left; width: 50%;