Use CSS to put parentheses around term counts.
authorMike Taylor <mike@indexdata.com>
Wed, 10 Jul 2013 15:04:51 +0000 (16:04 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 10 Jul 2013 15:04:51 +0000 (16:04 +0100)
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;
 }