From 1c47cad8da04e1a37374ffaa1eeb19c7a273375e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 25 Aug 2015 17:45:45 +0200 Subject: [PATCH] Changed line numbers to be right-aligned in the HTML output. --- cover/private/html/assets/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cover/private/html/assets/main.css b/cover/private/html/assets/main.css index 98c24ff..e9fe5bb 100644 --- a/cover/private/html/assets/main.css +++ b/cover/private/html/assets/main.css @@ -56,6 +56,7 @@ div.report-container { div.line-numbers { display: table-cell; margin-right: 1em; + text-align: right; } div.file-lines {