0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

make that left/right padding, not top/bottom on navbar

This commit is contained in:
Mark Otto 2013-04-30 19:20:41 -07:00
parent 69f5447afa
commit 0780faad45
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;