htmlreport: change grey-tone of the code-line numbers, set page-width to auto and adjust margin.

This commit is contained in:
Matthias Krüger 2013-10-13 00:42:17 +02:00
parent 7fa5435d54
commit ca2e5e3fff
1 changed files with 7 additions and 2 deletions

View File

@ -31,8 +31,8 @@ body {
#page {
width: 860px;
margin: auto;
width: auto;
margin: 30px;
border-left: 2px solid #aaa;
border-right: 2px solid #aaa;
background-color: white;
@ -40,6 +40,7 @@ body {
overflow: auto;
}
#header {
width: 100%;
height: 70px;
@ -67,6 +68,10 @@ body {
border-left: thin solid #aaa;
}
.linenos {
color: #bbb;
}
#footer {
padding-bottom: 5px;
padding-top: 5px;