Add styles for mkwsFacet and contained items.
authorMike Taylor <mike@indexdata.com>
Wed, 11 Jun 2014 15:32:14 +0000 (16:32 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 11 Jun 2014 15:32:14 +0000 (16:32 +0100)
Not sure how these ever got missed out.

examples/htdocs/mkws-widget-credo.css

index 57c51cf..4091ee0 100644 (file)
     content: "Source: ";
     font-weight: bold;
 }
+
+.mkwsFacet a {
+    text-decoration: none;
+}
+
+.mkwsFacet a:hover {
+    text-decoration: underline;
+}
+
+.mkwsTerm {
+    clear: both;
+}
+
+.mkwsTerm span {
+    float: right;
+}
+