mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
make that left/right padding, not top/bottom on navbar
This commit is contained in:
parent
69f5447afa
commit
0780faad45
2 changed files with 4 additions and 4 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -3487,8 +3487,8 @@ button.close {
|
|||
|
||||
.navbar {
|
||||
position: relative;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #eeeeee;
|
||||
border-radius: 4px;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
.navbar {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
background-color: @navbar-bg;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue