2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+2 -2
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()