From 46572927e71f4772d01ece0105ab0748954e9804 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Wed, 31 Oct 2012 22:31:29 +0000 Subject: [PATCH] Fix section margin --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index c50769f..3f8817d 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +section { + padding-top:40px; + margin-top: -40px; +} + .method { border-bottom: 3px solid #eee; margin-bottom: 20px;