From bc75d033260f2aa1a82eae9764e1fe48a8bab3d2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 26 Sep 2018 16:13:45 +0800 Subject: [PATCH] * finish task #4925. --- www/js/bindranzhi.js | 5 +++++ 1 file changed, 5 insertions(+) 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'); +}