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

Fix alignment of .navbar-brand

This commit is contained in:
Mark Otto 2013-03-01 00:50:08 -08:00
parent 492c249537
commit 77e8e2aee9
2 changed files with 2 additions and 2 deletions

View File

@ -3373,7 +3373,7 @@ button.close {
float: left;
padding-top: 15px;
padding-bottom: 15px;
margin-left: -15px;
margin-left: -10px;
}
.navbar .nav {
float: left;

View File

@ -278,7 +278,7 @@
float: left;
padding-top: (@navbar-height - @line-height-base) / 2;
padding-bottom: (@navbar-height - @line-height-base) / 2;
margin-left: -15px;
margin-left: -10px;
}
.navbar .nav {
float: left;