diff options
| author | Mark Otto <[email protected]> | 2013-07-26 22:09:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 22:09:05 -0700 |
| commit | 4e2774091658c20fb0077f59f104a08144b2f8e3 (patch) | |
| tree | a7f0ae2c8247036d14406a2fe980a6d049108048 /assets/css/docs.css | |
| parent | 44a4e7121534a4aeb74ac260e17ee536457449f9 (diff) | |
| download | bootstrap-4e2774091658c20fb0077f59f104a08144b2f8e3.tar.xz bootstrap-4e2774091658c20fb0077f59f104a08144b2f8e3.zip | |
Fix broke ass navbar example docs stuff
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 243c922f1..84cd80150 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -428,6 +428,9 @@ body { } /* Navbar examples */ +.bs-example .navbar:last-child { + margin-bottom: 0; +} .bs-navbar-top-example, .bs-navbar-bottom-example { z-index: 1; @@ -454,7 +457,7 @@ body { } .bs-navbar-top-example:after { top: auto; - bottom: -1px; + bottom: 15px; -webkit-border-radius: 0 4px 0 4px; -moz-border-radius: 0 4px 0 4px; border-radius: 0 4px 0 4px; |
