htmlreport: change grey-tone of the code-line numbers, set page-width to auto and adjust margin.
This commit is contained in:
parent
7fa5435d54
commit
ca2e5e3fff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue