From 77367b187a83565901835f2a69b3f6b6f4fd8679 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 11 May 2015 17:17:57 +0800 Subject: [PATCH] update nav current style --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 7709060a04..beeb8ee7a0 100644 --- a/static/style.css +++ b/static/style.css @@ -149,11 +149,10 @@ header { float: left; width: 16.66%; text-align: center; + border-top: 3px solid transparent; } .nav ul li.current { border-top: 3px solid #71B5DE; - height: 84px; - line-height: 84px; } .nav ul li a { color: #728AA3; -- GitLab