From 813e975bed0b52f0ac10bfc3571856b1c3f2d01a Mon Sep 17 00:00:00 2001 From: xuhe Date: Fri, 22 Nov 2024 11:39:22 +0800 Subject: [PATCH] Fix fake tag with blank link, using css decrator instead --- kyreport/extuner_report.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/kyreport/extuner_report.html b/kyreport/extuner_report.html index dbb2b65..b1a4228 100644 --- a/kyreport/extuner_report.html +++ b/kyreport/extuner_report.html @@ -48,6 +48,18 @@ text-align : center; } +.navbar-nav > li > .navbar-nav-title { + margin : auto 0px; + color : #FFFFFF; + font-size : 18px; + position : relative; + display : block; + padding : 12px 10px; + text-decoration : none; + background-color: transparent; + box-sizing : border-box; +} + .navbar-header { min-width : 185px; text-align : center; @@ -1235,7 +1247,7 @@ window.onload = function()