Right-align term counts (fixes bug MKWS-9)
[mkws-moved-to-github.git] / tools / htdocs / mkwsStyle.css
index afe84cb..b62d15e 100644 (file)
     -webkit-border-top-right-radius: 10px;
 }
 
+#mkwsTermlists div.facet div.term {
+    clear: both;
+}
+
+#mkwsTermlists div.facet div.term span {
+    float: right;
+}
+
 #mkwsTermlists div.facet div.term span:before {
     content: "(";
 }