2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+2 -2
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;
+2 -2
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;