htmlreport: fix page border, seperation border at right side of linenumbers.

This commit is contained in:
Matthias Krüger 2013-10-13 00:47:39 +02:00
parent ca2e5e3fff
commit df88acb04d
1 changed files with 3 additions and 2 deletions

View File

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