add bottom margin back to sidenav for narrow tablets

This commit is contained in:
Mark Otto 2012-08-20 16:37:46 -07:00
parent cbc7873bb4
commit 471d913ab6

View File

@ -924,6 +924,7 @@ form.bs-docs-example {
/* Sidenav */
.bs-docs-sidenav {
width: auto;
margin-bottom: 20px;
}
.bs-docs-sidenav.affix {
position: static;