1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 05:19:15 +02:00

new subnav on all pages

This commit is contained in:
Mark Otto
2013-03-28 00:21:21 -07:00
parent fe414d8566
commit 081c061281
7 changed files with 229 additions and 282 deletions

View File

@@ -14,14 +14,14 @@
})
// side bar
setTimeout(function () {
$('.bs-docs-sidenav').affix({
offset: {
top: function () { return $window.width() <= 980 ? 290 : 210 }
, bottom: 270
}
})
}, 100)
// setTimeout(function () {
// $('.bs-docs-sidenav').affix({
// offset: {
// top: function () { return $window.width() <= 980 ? 290 : 210 }
// , bottom: 270
// }
// })
// }, 100)
// make code pretty
window.prettyPrint && prettyPrint()