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 {
|
||||
width: auto;
|
||||
margin: 30px;
|
||||
border-left: 2px solid #aaa;
|
||||
border-right: 2px solid #aaa;
|
||||
border: 2px solid #aaa;
|
||||
background-color: white;
|
||||
padding: 20px;
|
||||
overflow: auto;
|
||||
|
@ -70,6 +69,8 @@ body {
|
|||
|
||||
.linenos {
|
||||
color: #bbb;
|
||||
padding-right: 6px;
|
||||
border-right: thin solid #aaa;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
|
Loading…
Reference in New Issue