2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

turn off brand hover for now + get nav toggling in mobile

This commit is contained in:
Jacob Thornton
2012-01-28 15:42:07 -08:00
parent ea1c21d62d
commit b8a683d7f2
15 changed files with 299 additions and 274 deletions
+9 -6
View File
@@ -126,12 +126,6 @@
width: auto;
margin: 0;
}
// Navbar button
.btn-navbar {
display: block;
}
}
@@ -292,6 +286,15 @@
padding-left: 10px;
padding-right: 10px;
}
// Navbar button
.btn-navbar {
display: block;
}
.nav-collapse {
overflow: hidden;
height: 0;
}
}