summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b0f946b)
Adding some padding to the linenumbers while right-aligning them and
removing the background color makes the page more readable.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
+ margin: 0; padding: 0 0 0 0.5em;
vertical-align: top;
color: black;
}
table.blob td.linenumbers {
vertical-align: top;
color: black;
}
table.blob td.linenumbers {
+ margin: 0; padding: 0 0.5em 0 0.5em;
border-right: 1px solid gray;
border-right: 1px solid gray;
- background-color: #eee;