From b90bba827cb8bbfecf0c38534511c0863c508f68 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Sun, 14 Dec 2014 20:31:54 +0100 Subject: [PATCH] Add global navbar lower spacing --- templates/default-layout.lucius | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index aaa6c8b..b4e4925 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -24,6 +24,9 @@ code,pre { height: 20px; } +.navbar-inverse { + margin-bottom: 1em; +} .navbar-inverse .navbar-inner { background: #0981c3; }