1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

add in a navbar button for toggling the nav items

This commit is contained in:
Mark Otto
2012-01-28 15:09:23 -08:00
parent dc74530fba
commit 23e076c1bb
15 changed files with 524 additions and 396 deletions

View File

@@ -127,6 +127,11 @@
margin: 0;
}
// Navbar button
.btn-navbar {
display: block;
}
}