]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broke ass navbar example docs stuff
authorMark Otto <otto@github.com>
Sat, 27 Jul 2013 05:09:05 +0000 (22:09 -0700)
committerMark Otto <otto@github.com>
Sat, 27 Jul 2013 05:09:05 +0000 (22:09 -0700)
assets/css/docs.css

index 243c922f1eea38aa1f789402b0b3eed7348b1f68..84cd801503ce0450331181db4a209cf094575116 100644 (file)
@@ -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;