From efbe626738fa8929ad1293752d84a5a85e2ee5ff Mon Sep 17 00:00:00 2001 From: negbie Date: Tue, 23 Aug 2016 16:05:17 +0200 Subject: [PATCH] Introduce M-text for better X-RTP-Stat visibility --- css/report-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/report-style.css b/css/report-style.css index 24cdb0b1..fe52882d 100644 --- a/css/report-style.css +++ b/css/report-style.css @@ -132,6 +132,7 @@ margin-left: 5px; margin-right: 5px; } + .XS-text { font-size: 10px; font-weight: 400; @@ -139,6 +140,11 @@ margin-right: 5px; } +.M-text { + font-size: 16px; + font-weight: 700; +} + .L-text { font-size: 22px; font-weight: 700;