From 9f57720f9b924e69429afd187850ccea816ddb67 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 11 Jun 2014 16:32:14 +0100 Subject: [PATCH] Add styles for mkwsFacet and contained items. Not sure how these ever got missed out. --- examples/htdocs/mkws-widget-credo.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 57c51cf..4091ee0 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -86,3 +86,20 @@ content: "Source: "; font-weight: bold; } + +.mkwsFacet a { + text-decoration: none; +} + +.mkwsFacet a:hover { + text-decoration: underline; +} + +.mkwsTerm { + clear: both; +} + +.mkwsTerm span { + float: right; +} + -- 1.7.10.4