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 {
|
#page {
|
||||||
width: 860px;
|
width: auto;
|
||||||
margin: auto;
|
margin: 30px;
|
||||||
border-left: 2px solid #aaa;
|
border-left: 2px solid #aaa;
|
||||||
border-right: 2px solid #aaa;
|
border-right: 2px solid #aaa;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -40,6 +40,7 @@ body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
|
@ -67,6 +68,10 @@ body {
|
||||||
border-left: thin solid #aaa;
|
border-left: thin solid #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.linenos {
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
Loading…
Reference in New Issue