Remove rule for "head" class, which is no longer used.
authorMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 13:08:08 +0000 (14:08 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 13:08:08 +0000 (14:08 +0100)
Add rule to prefix mkwsStat with bold "Status info" text.

tools/htdocs/mkws.css

index fcf68a1..7369dfe 100644 (file)
@@ -51,7 +51,8 @@
     font-size: small;
 }
 
-.mkwsStat span.head {
+.mkwsStat:before {
+    content: "Status info";
     font-weight: bold;
 }