From cf548efb856ca71f65dd771834264fc2a619086c Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Tue, 30 Jun 2015 11:59:04 -0300 Subject: [PATCH] Removed space upon margin-top --- colab/static/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/colab/static/css/screen.css b/colab/static/css/screen.css index 7e40daa..f84ec7b 100644 --- a/colab/static/css/screen.css +++ b/colab/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