Pretty log: Number lines and make them linkable

This commit is contained in:
Eelco Dolstra
2013-04-02 11:25:46 +02:00
parent b8369a6a5f
commit 94984270b0
2 changed files with 7 additions and 0 deletions

View File

@ -48,3 +48,8 @@ span.code {
.prio3 {
font-style: italic;
}
a.lineno {
color: #909090;
float: right;
}