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;
|
text-align: left;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu > a {
|
#menu > a {
|
||||||
|
@ -80,6 +81,7 @@ body {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 0 10px 10px 10px;
|
padding: 0 10px 10px 10px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
padding-left: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linenos {
|
.linenos {
|
||||||
|
|
Loading…
Reference in New Issue