From 6f177d52269fb2dd284b8917ddaebfe301e6a4e7 Mon Sep 17 00:00:00 2001 From: Peter Rottmann Date: Fri, 13 Jan 2017 12:10:05 +0100 Subject: [PATCH] Add spacing on nav-header. --- template/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/css/style.css b/template/css/style.css index ab51483f..38ffc2bd 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -271,6 +271,11 @@ pre code.sample-request-response-json { font-size: 14px; } +.sidenav > li.nav-header { + margin-top: 8px; + margin-bottom: 8px; +} + .sidenav > li.nav-header > a { padding: 5px 15px; border: 1px solid #e5e5e5;