2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+8 -8
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()