From 841ef69f02e45d4b1028cd94664ddb10bfbae061 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 21 Jan 2019 16:25:07 +0100 Subject: [cover] Right-align number of hits in html output --- lib/tools/priv/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tools/priv/styles.css b/lib/tools/priv/styles.css index d4e3d79596..84f00be9fd 100644 --- a/lib/tools/priv/styles.css +++ b/lib/tools/priv/styles.css @@ -65,6 +65,7 @@ table td.hits { } table td.hits { width: 10px; + text-align: right; padding: 2px 5px; color: rgba(0, 0, 0, 0.6); background-color: #f0f0f0; -- cgit v1.2.3