Remove CSS parentheses around term-counts.
authorMike Taylor <mike@indexdata.com>
Wed, 10 Jul 2013 15:09:38 +0000 (16:09 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 10 Jul 2013 15:09:38 +0000 (16:09 +0100)
(Not needed now that counts are right-aligned)

tools/htdocs/mkwsStyle.css

index b62d15e..b9887d9 100644 (file)
     float: right;
 }
 
-#mkwsTermlists div.facet div.term span:before {
-    content: "(";
-}
-
-#mkwsTermlists div.facet div.term span:after {
-    content: ")";
-}
-
 #mkwsTermlists div.termtitle {
     font-weight: bold;
 }