.btn-navbar .i-bar + .i-bar {
margin-top: 3px;
}
+.nav-collapse.collapse {
+ height: auto !important;
+}
.navbar .brand:hover {
text-decoration: none;
}
}
}
-@media (min-width: 940px) {
- .nav-collapse.collapse {
- height: auto !important;
- }
-}
@media (max-width: 768px) {
}
+
@media (max-width: 940px) {
/* Unfloat brand */
}
+
/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {
</div>
</div>
</pre>
+ <div class="alert alert-info">
+ <strong>Heads up!</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a>.
+ </div>
</div><!-- /.span -->
<div class="span4">
</div>
</div>
</pre>
+ <div class="alert alert-info">
+ <strong>{{_i}}Heads up!{{/i}}</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a>.
+ </div>
</div><!-- /.span -->
<div class="span4">
.btn-navbar .i-bar + .i-bar {
margin-top: 3px;
}
+.nav-collapse.collapse {
+ height: auto !important; // Required to be !important to override native collapse plugin
+}
+
// Brand, links, text, and buttons
.navbar {