Fixes issue #11122 -- navbar-fixed-bottom border
Enable border-top in .navbar-fixed-bottom
This commit is contained in:
parent
e317e116fd
commit
976f6dfdad
3 changed files with 5 additions and 3 deletions
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
|
|
@ -4397,7 +4397,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|||
position: fixed;
|
||||
right: 0;
|
||||
left: 0;
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
@ -4410,11 +4409,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|||
.navbar-fixed-top {
|
||||
top: 0;
|
||||
z-index: 1030;
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
|
||||
.navbar-fixed-bottom {
|
||||
bottom: 0;
|
||||
margin-bottom: 0;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue