Home | History | Annotate | Download | only in js

Lines Matching refs:topMargin

699   var topMargin = (parseInt($nav.css('margin-top')) || parseInt($nav.css('top'))) + 1;
705 navHeight = windowHeight - (headerHeight + subheaderHeight - scrollTop) - topMargin;
708 navHeight = windowHeight - topMargin;