1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

update the subnav on all pages

This commit is contained in:
Mark Otto
2012-01-24 19:19:50 -08:00
parent f70895a605
commit 672ba4c2fd
13 changed files with 383 additions and 357 deletions

View File

@@ -118,8 +118,8 @@ $(function(){
// fix sub nav playa
var $win = $(window)
, $nav = $('.subhead .nav')
, navTop = $('.subhead .nav').offset().top - 40
, $nav = $('.subnav')
, navTop = $('.subnav').offset().top - 40
, isFixed = 0
processScroll()