mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fixed navbars fixings
This commit is contained in:
parent
1ea647ce98
commit
8670021935
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
@ -3223,17 +3223,10 @@ fieldset[disabled] .btn-link:hover {
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1030;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
margin-bottom: 0;
|
||||
border-width: 0 0 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.navbar-fixed-bottom {
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
|
||||
.navbar-static-top .container,
|
||||
.navbar-fixed-top .container,
|
||||
.navbar-fixed-bottom .container {
|
||||
|
@ -157,14 +157,8 @@
|
||||
left: 0;
|
||||
z-index: @zindex-navbar-fixed;
|
||||
margin-bottom: 0; // remove 18px margin for default navbar
|
||||
border-width: 0 0 1px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.navbar-fixed-bottom {
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
|
||||
// Reset container width
|
||||
// Required here as we reset the width earlier on and the grid mixins don't override early enough
|
||||
|
Loading…
x
Reference in New Issue
Block a user