0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

add back bottom margin to navbars

This commit is contained in:
Mark Otto 2013-04-30 19:12:48 -07:00
parent e8b7318646
commit 69f5447afa
2 changed files with 2 additions and 0 deletions

View File

@ -3489,6 +3489,7 @@ button.close {
position: relative;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 20px;
background-color: #eeeeee;
border-radius: 4px;
}

View File

@ -5,6 +5,7 @@
// Wrapper and base class
.navbar {
position: relative;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
background-color: @navbar-bg;