From 55f88f21a30fadde8acb64cc11b17ed695171348 Mon Sep 17 00:00:00 2001 From: versat Date: Mon, 20 Jan 2020 15:43:22 +0100 Subject: [PATCH] htmlreport: Fix shifted line number position for inconclusive messages Follow-up to bca5d0d8200dd9ee22116a1dd20be2e8240690f3 The style for inconclusive messages has to be fixed too. Otherwise the border adds 2 extra pixels resulting in improper line height. --- htmlreport/cppcheck-htmlreport | 1 - 1 file changed, 1 deletion(-) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 6cf400af6..9626e92ff 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -117,7 +117,6 @@ h1 { .inconclusive2 { background-color: #b6b6b4; - border: 1px dotted #000; display: inline-block; margin-left: 4px; }