From: Mike Taylor Date: Wed, 10 Jul 2013 15:04:51 +0000 (+0100) Subject: Use CSS to put parentheses around term counts. X-Git-Tag: 0.9.1~275^2~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=76acc0bac4100b471050d908177bb8a960079f88;p=mkws-moved-to-github.git Use CSS to put parentheses around term counts. --- diff --git a/tools/htdocs/mkwsStyle.css b/tools/htdocs/mkwsStyle.css index b807ed3..afe84cb 100644 --- a/tools/htdocs/mkwsStyle.css +++ b/tools/htdocs/mkwsStyle.css @@ -130,6 +130,14 @@ -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; }