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:
parent
af369b4925
commit
9e90bed9bb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue