]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
don't let nav stack too early
authorMark Otto <markdotto@gmail.com>
Mon, 3 Jul 2017 06:52:20 +0000 (23:52 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 3 Jul 2017 06:52:20 +0000 (23:52 -0700)
docs/assets/less/nav.less

index 29af534ca55fa990f03610f4144452a5be0eb4b6..1f12538eb8bd8f5357178846b6c6a17bcfc56d4e 100644 (file)
   background-color: #f9f9f9;
   border-color: #f9f9f9;
 }
+
+.bs-docs-nav {
+  .navbar-right {
+    @media (min-width: 768px) and (max-width: 992px) {
+      display: none;
+    }
+  }
+}