Changed line numbers to be right-aligned in the HTML output.

This commit is contained in:
Georges Dupéron 2015-08-25 17:45:45 +02:00
parent cfc514cd63
commit 1c47cad8da

View File

@ -56,6 +56,7 @@ div.report-container {
div.line-numbers {
display: table-cell;
margin-right: 1em;
text-align: right;
}
div.file-lines {