diff --git a/www/js/bindranzhi.js b/www/js/bindranzhi.js index e013a11ada..07ca05269b 100644 --- a/www/js/bindranzhi.js +++ b/www/js/bindranzhi.js @@ -20,3 +20,8 @@ function setOuterBox() $(window).resize(resetOuterHeight); resetOuterHeight(); } + +if($('#pageNav').html() == '') +{ + $('#subNavbar ul').css('margin-left', '-10px'); +}