mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
Fix alignment of navbar header in fixed navbars
This commit is contained in:
Vendored
+4
@@ -3295,6 +3295,10 @@ button.close {
|
||||
.navbar-fixed-bottom {
|
||||
border-radius: 0;
|
||||
}
|
||||
.navbar-fixed-top .navbar-header,
|
||||
.navbar-fixed-bottom .navbar-header {
|
||||
margin-left: -15px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-fixed-top {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -112,6 +112,10 @@
|
||||
// Undo the rounded corners
|
||||
@media (min-width: @grid-float-breakpoint) {
|
||||
border-radius: 0;
|
||||
|
||||
.navbar-header {
|
||||
margin-left: -@navbar-padding-horizontal;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-fixed-top {
|
||||
|
||||
Reference in New Issue
Block a user