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;