From ee68076d70f26d2be272338c56e3c8c5cd1acd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=AA?= Date: Wed, 27 May 2015 18:39:29 +0800 Subject: [PATCH] =?UTF-8?q?a=E6=A0=87=E7=AD=BE=E6=96=87=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/script.js | 1 - static/style.css | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/script.js b/static/script.js index df85f0194e..20645796f9 100644 --- a/static/script.js +++ b/static/script.js @@ -112,7 +112,6 @@ $(function() { if(m.attr("href")=="./"||url.indexOf(m.attr("href"))>=0){ self.num=m.parent().parent().parent().index(); self.cnum=m.parent().index(); - console.log(self.num) } } }, diff --git a/static/style.css b/static/style.css index 10ba5a9d38..8823c45245 100644 --- a/static/style.css +++ b/static/style.css @@ -418,11 +418,14 @@ footer ul li > a { color: #6EB4E0; } -.aside-container .current { +.aside-container .current{ background: #fff; border-left: 3px solid #71B5DE; color: #71B5DE; } +.aside-container .current a{ + color: #71B5DE; +} .main-wrapper { display: flex; -- GitLab