mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
improve the navbar top display in example--fixes #9635
This commit is contained in:
parent
418ca6c09b
commit
61a395338d
@ -485,9 +485,15 @@ body {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
.bs-navbar-top-example {
|
||||||
|
padding-bottom: 45px;
|
||||||
|
}
|
||||||
.bs-navbar-top-example .navbar-fixed-top {
|
.bs-navbar-top-example .navbar-fixed-top {
|
||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
.bs-navbar-bottom-example {
|
||||||
|
padding-top: 45px;
|
||||||
|
}
|
||||||
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user