From: Michael Tremer Date: Wed, 14 Nov 2012 11:57:13 +0000 (+0100) Subject: Fix spacing of the navigation bar after bootstrap update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a44af5a9eccb35e17aa7b10942c05278ea521f3;p=pbs.git Fix spacing of the navigation bar after bootstrap update. --- diff --git a/data/static/css/style.css b/data/static/css/style.css index 3b57880a..ce0d0f63 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 {