From e8e00c91d163c5cd8c754ff2a24c2e68c3cf477a Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Sun, 23 Mar 2014 23:33:54 +0100 Subject: [PATCH] issue #32: fixing padding on mobile and making top menu fixed --- static/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index dee4e905..f14b7885 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,13 @@ -body{ - padding-top:70px; +body { + padding-top: 70px; +} +.navbar-fixed-top { + position: fixed; + margin: 0; +} +.navbar-fixed-top .navbar-inner { + padding-left: 0; + padding-right: 0; } body.install{ padding-top:20px;