Use CSS to put parentheses around term counts.
[mkws-moved-to-github.git] / tools / htdocs / mkwsStyle.css
index b807ed3..afe84cb 100644 (file)
     -webkit-border-top-right-radius: 10px;
 }
 
+#mkwsTermlists div.facet div.term span:before {
+    content: "(";
+}
+
+#mkwsTermlists div.facet div.term span:after {
+    content: ")";
+}
+
 #mkwsTermlists div.termtitle {
     font-weight: bold;
 }