Merge branch 'tagliala-collapse-dropdown-fix' into 2.0.2-wip

This commit is contained in:
Mark Otto 2012-02-18 20:08:11 -08:00
commit ba97f56912

View file

@ -297,6 +297,7 @@
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}