From: Mike Taylor Date: Wed, 10 Jul 2013 15:09:38 +0000 (+0100) Subject: Remove CSS parentheses around term-counts. X-Git-Tag: 0.9.1~275^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ce49539eee8276bb10adb90adeb7592d88a7a383 Remove CSS parentheses around term-counts. (Not needed now that counts are right-aligned) --- diff --git a/tools/htdocs/mkwsStyle.css b/tools/htdocs/mkwsStyle.css index b62d15e..b9887d9 100644 --- a/tools/htdocs/mkwsStyle.css +++ b/tools/htdocs/mkwsStyle.css @@ -138,14 +138,6 @@ float: right; } -#mkwsTermlists div.facet div.term span:before { - content: "("; -} - -#mkwsTermlists div.facet div.term span:after { - content: ")"; -} - #mkwsTermlists div.termtitle { font-weight: bold; }