From 01888dc92970db2117dad9b98795dcef340d4e79 Mon Sep 17 00:00:00 2001 From: Suyash Patil Date: Fri, 30 Oct 2020 01:11:33 +0530 Subject: [PATCH] fixed CSS property --- reporting/performance/html/boostbook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/performance/html/boostbook.css b/reporting/performance/html/boostbook.css index d42b3c022f..2e1b1889ab 100644 --- a/reporting/performance/html/boostbook.css +++ b/reporting/performance/html/boostbook.css @@ -685,7 +685,7 @@ Names at http://www.w3.org/TR/2002/WD-css3-color-20020219/ 4.3. X11 color keywor Quickbook Usage: [role red Some red text] */ -span.red { inline-block; color: red; } +span.red { display: inline-block; color: red; } span.green { color: green; } span.lime { color: #00FF00; } span.blue { color: blue; }