Skip to content

Commit

Permalink
Add spacing on nav-header.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 13, 2017
1 parent 6b4653c commit 6f177d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f177d5

Please sign in to comment.