2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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