mkwsStat Styles work on classes as well as ids.
authorMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 00:27:45 +0000 (00:27 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 00:27:45 +0000 (00:27 +0000)
tools/htdocs/mkws.css

index 259e2f6..b39c8b1 100644 (file)
@@ -7,7 +7,7 @@
 #mkwsNavi,
 #mkwsRecords,
 #mkwsTargets, .mkwsTargets,
-#mkwsStat,
+#mkwsStat, .mkwsStat,
 #mkwsMOTD {
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
     background-color: #fafafa;
 }
 
-#mkwsStat {
+#mkwsStat, .mkwsStat {
     margin-top: 10px;
     border-top: 1px solid  #156a16;
     padding-top: 5px;
     font-size: small;
 }
 
-#mkwsStat span.head {
+#mkwsStat span.head, .mkwsStat span.head {
     font-weight: bold;
 }