Commit 4e277409 authored by Mark Otto's avatar Mark Otto

Fix broke ass navbar example docs stuff

parent 44a4e712
...@@ -428,6 +428,9 @@ body { ...@@ -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 { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment