From 9e90bed9bb72b560ad98aa582583593f9f0ea9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 31 May 2014 23:22:24 +0200 Subject: [PATCH] htmlreport: make link to index page ("Defect list") fixed on the screen so we can always access it regardless of how low we scrolled. --- htmlreport/cppcheck-htmlreport | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 978eb45b5..182cf2d1d 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -64,6 +64,7 @@ body { text-align: left; width: 100px; height: auto; + position: fixed; } #menu > a { @@ -80,6 +81,7 @@ body { margin: 5px; padding: 0 10px 10px 10px; width: 80%; + padding-left: 70px; } .linenos {