2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #3858: add var for responsive navbar. also add additional examples to navbar docs

This commit is contained in:
Mark Otto
2012-07-30 10:24:41 -07:00
parent b63543181a
commit 04164e4367
4 changed files with 103 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// TABLETS AND BELOW
// -----------------
@media (max-width: 979px) {
@media (max-width: @navbarCollapseWidth) {
// UNFIX THE TOPBAR
// ----------------
+2
View File
@@ -154,6 +154,8 @@
// Navbar
// -------------------------
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBackgroundHighlight: #ffffff;