htmlreport: make link to index page ("Defect list") fixed on the screen so we can always access it regardless of how low we scrolled.

This commit is contained in:
Matthias Krüger 2014-05-31 23:22:24 +02:00
parent af369b4925
commit 9e90bed9bb
1 changed files with 2 additions and 0 deletions

View File

@ -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 {