From 3fd63bd97ed84b54bde2cabe4e519ebc4522ccdd Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 9 May 2014 14:08:08 +0100 Subject: [PATCH] Remove rule for "head" class, which is no longer used. Add rule to prefix mkwsStat with bold "Status info" text. --- tools/htdocs/mkws.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index fcf68a1..7369dfe 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -51,7 +51,8 @@ font-size: small; } -.mkwsStat span.head { +.mkwsStat:before { + content: "Status info"; font-weight: bold; } -- 1.7.10.4