From: Mike Taylor Date: Wed, 11 Jun 2014 15:32:14 +0000 (+0100) Subject: Add styles for mkwsFacet and contained items. X-Git-Tag: 1.0.0~483 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9f57720f9b924e69429afd187850ccea816ddb67 Add styles for mkwsFacet and contained items. Not sure how these ever got missed out. --- 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; +} +