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