From ae0140e054f0e2cb4e0385951224a625cdf7f9a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 20 Nov 2019 17:11:32 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=92=84=20Improve=20the=20look=20of=20the?= =?utf8?q?=20metrics=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/sone.css | 4 ++++ src/main/resources/templates/metrics.html | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index e69932a..4151e00 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -929,3 +929,7 @@ textarea { #sone form#options li { list-style-type: none; } + +#sone table thead tr { + font-weight: bold; +} diff --git a/src/main/resources/templates/metrics.html b/src/main/resources/templates/metrics.html index 25052d5..5707476 100644 --- a/src/main/resources/templates/metrics.html +++ b/src/main/resources/templates/metrics.html @@ -8,16 +8,16 @@ Metric - Count - Min - Max - Mean - Median - 75% - 95% - 98% - 99% - 99.9% + Count + Min + Max + Mean + Median + 75% + 95% + 98% + 99% + 99.9% -- 2.7.4