From 94984270b038562cb14547fe463ffb14c1fa70b5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 2 Apr 2013 11:25:46 +0200 Subject: [PATCH] Pretty log: Number lines and make them linkable --- src/root/static/css/logfile.css | 5 +++++ src/xsl/log2html.xsl | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/root/static/css/logfile.css b/src/root/static/css/logfile.css index 2fadc288..b9442610 100644 --- a/src/root/static/css/logfile.css +++ b/src/root/static/css/logfile.css @@ -48,3 +48,8 @@ span.code { .prio3 { font-style: italic; } + +a.lineno { + color: #909090; + float: right; +} diff --git a/src/xsl/log2html.xsl b/src/xsl/log2html.xsl index fbd5615f..0a8c0b67 100644 --- a/src/xsl/log2html.xsl +++ b/src/xsl/log2html.xsl @@ -56,6 +56,8 @@ + + code errorLine