From 107d898c3f4c33e2c98980c972f3ad198f45c19a Mon Sep 17 00:00:00 2001 From: rdujardin Date: Thu, 28 Jul 2016 12:47:23 +0200 Subject: [PATCH] Adjust home page spacings (due to putting circuits into dcim column) --- netbox/project-static/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index 13f4e1455..b48bbb7a5 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -9,7 +9,7 @@ html, body { height: 100%; } body { - padding-top: 70px; + padding-top: 60px; } .container { width: auto; @@ -19,7 +19,7 @@ body { min-height: 100%; height: auto !important; margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */ - padding-bottom: 30px; + padding-bottom: 5px; } .footer, .push { height: 60px; /* .push must be the same height as .footer */