2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
// ----------------