1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 23:36:47 +02:00

Refactor navs: new classes, remove separate pills & tabs files, drop justified nav because it never really worked

This commit is contained in:
Mark Otto
2014-07-09 16:04:31 -07:00
parent 77a4bcad9e
commit 857fe32a70
16 changed files with 336 additions and 938 deletions

View File

@@ -18,7 +18,7 @@
// Scrollspy
var $window = $(window)
var $body = $(document.body)
var $body = $('document.body')
$body.scrollspy({
target: '.active .bs-docs-sidenav'