mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Fix broke ass navbar example docs stuff
This commit is contained in:
parent
44a4e71215
commit
4e27740916
@ -428,6 +428,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Navbar examples */
|
/* Navbar examples */
|
||||||
|
.bs-example .navbar:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.bs-navbar-top-example,
|
.bs-navbar-top-example,
|
||||||
.bs-navbar-bottom-example {
|
.bs-navbar-bottom-example {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -454,7 +457,7 @@ body {
|
|||||||
}
|
}
|
||||||
.bs-navbar-top-example:after {
|
.bs-navbar-top-example:after {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: -1px;
|
bottom: 15px;
|
||||||
-webkit-border-radius: 0 4px 0 4px;
|
-webkit-border-radius: 0 4px 0 4px;
|
||||||
-moz-border-radius: 0 4px 0 4px;
|
-moz-border-radius: 0 4px 0 4px;
|
||||||
border-radius: 0 4px 0 4px;
|
border-radius: 0 4px 0 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user