mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
Fix alignment of .navbar-brand
This commit is contained in:
parent
492c249537
commit
77e8e2aee9
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -3373,7 +3373,7 @@ button.close {
|
|||
float: left;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
margin-left: -15px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
.navbar .nav {
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue