1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 21:39:08 +02:00

more work on the sidenav, including small css refactor and new classes

This commit is contained in:
Mark Otto
2013-05-08 22:42:42 -07:00
parent f09b07dc2a
commit d7acf4e82d
3 changed files with 44 additions and 61 deletions

View File

@@ -15,7 +15,7 @@
// back to top
setTimeout(function () {
$('.bs-docs-sidebar').affix({
$('.bs-sidebar').affix({
offset: {
top: function () { return $window.width() <= 980 ? 290 : 210 }
, bottom: 270