From ca2e5e3fff7e0c4b1455f1412139e971e4b7bc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 13 Oct 2013 00:42:17 +0200 Subject: [PATCH] htmlreport: change grey-tone of the code-line numbers, set page-width to auto and adjust margin. --- htmlreport/cppcheck-htmlreport | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 877ec7620..1461f706e 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -31,8 +31,8 @@ body { #page { - width: 860px; - margin: auto; + width: auto; + margin: 30px; border-left: 2px solid #aaa; border-right: 2px solid #aaa; background-color: white; @@ -40,6 +40,7 @@ body { overflow: auto; } + #header { width: 100%; height: 70px; @@ -67,6 +68,10 @@ body { border-left: thin solid #aaa; } +.linenos { + color: #bbb; +} + #footer { padding-bottom: 5px; padding-top: 5px;