mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add back bottom margin to navbars
This commit is contained in:
parent
e8b7318646
commit
69f5447afa
2 changed files with 2 additions and 0 deletions
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
@ -3489,6 +3489,7 @@ button.close {
|
|||
position: relative;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #eeeeee;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
// Wrapper and base class
|
||||
.navbar {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color: @navbar-bg;
|
||||
|
|
Loading…
Add table
Reference in a new issue