mirror of https://github.com/twbs/bootstrap.git
make that left/right padding, not top/bottom on navbar
This commit is contained in:
parent
69f5447afa
commit
0780faad45
|
|
@ -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 New Issue