From 120a4837b8366c644c9ed3c6edf454ac84814070 Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Tue, 30 Jun 2015 11:58:05 -0300 Subject: [PATCH] Removed blank space on margin-top --- static/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/static/css/screen.css b/static/css/screen.css index 7e40daa..f84ec7b 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -7,6 +7,10 @@ body { bottom: 0; } +#main-content { + margin-top: 0; +} + li hr { margin: 10px 0; } -- libgit2 0.21.2