mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Fix alignment of navbar header in fixed navbars
This commit is contained in:
parent
afdaa0e6f0
commit
3bb5644c72
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@ -3295,6 +3295,10 @@ button.close {
|
|||||||
.navbar-fixed-bottom {
|
.navbar-fixed-bottom {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
.navbar-fixed-top .navbar-header,
|
||||||
|
.navbar-fixed-bottom .navbar-header {
|
||||||
|
margin-left: -15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-fixed-top {
|
.navbar-fixed-top {
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -112,6 +112,10 @@
|
|||||||
// Undo the rounded corners
|
// Undo the rounded corners
|
||||||
@media (min-width: @grid-float-breakpoint) {
|
@media (min-width: @grid-float-breakpoint) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
|
.navbar-header {
|
||||||
|
margin-left: -@navbar-padding-horizontal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navbar-fixed-top {
|
.navbar-fixed-top {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user