From 2a44af5a9eccb35e17aa7b10942c05278ea521f3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 Nov 2012 12:57:13 +0100 Subject: [PATCH] Fix spacing of the navigation bar after bootstrap update. --- data/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/static/css/style.css b/data/static/css/style.css index 3b57880..ce0d0f6 100644 --- a/data/static/css/style.css +++ b/data/static/css/style.css @@ -1,6 +1,6 @@ body { position: relative; - padding-top: 50px; + padding-top: 55px; background-image: linear-gradient( bottom, @@ -40,7 +40,7 @@ body { .container-body { background-color: white; - padding: 15px; + padding: 20px; } .ac { -- 2.47.3