From: Mike Taylor Date: Fri, 9 May 2014 13:08:08 +0000 (+0100) Subject: Remove rule for "head" class, which is no longer used. X-Git-Tag: 1.0.0~688 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=3fd63bd97ed84b54bde2cabe4e519ebc4522ccdd Remove rule for "head" class, which is no longer used. Add rule to prefix mkwsStat with bold "Status info" text. --- 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; }