htmlreport: fix page border, seperation border at right side of linenumbers.
This commit is contained in:
parent
ca2e5e3fff
commit
df88acb04d
|
@ -33,8 +33,7 @@ body {
|
||||||
#page {
|
#page {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
border-left: 2px solid #aaa;
|
border: 2px solid #aaa;
|
||||||
border-right: 2px solid #aaa;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -70,6 +69,8 @@ body {
|
||||||
|
|
||||||
.linenos {
|
.linenos {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
padding-right: 6px;
|
||||||
|
border-right: thin solid #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
Loading…
Reference in New Issue