Add global navbar lower spacing

This commit is contained in:
Chris Done 2014-12-14 20:31:54 +01:00
parent 16759ac17b
commit b90bba827c

View File

@ -24,6 +24,9 @@ code,pre {
height: 20px;
}
.navbar-inverse {
margin-bottom: 1em;
}
.navbar-inverse .navbar-inner {
background: #0981c3;
}