From 76acc0bac4100b471050d908177bb8a960079f88 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 10 Jul 2013 16:04:51 +0100 Subject: [PATCH] Use CSS to put parentheses around term counts. --- tools/htdocs/mkwsStyle.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; } -- 1.7.10.4