From: Mike Taylor Date: Thu, 29 May 2014 14:09:41 +0000 (+0100) Subject: Styling for mkwsCredit area. X-Git-Tag: 1.0.0~567 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9fcb9741c825da15a012f9f59cc2beec8ef69833 Styling for mkwsCredit area. --- diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 2b7d71b..57c51cf 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -77,3 +77,12 @@ width: 98%; } +.mkwsCredit { + font-size: small; + text-align: right; +} + +.mkwsCredit::before { + content: "Source: "; + font-weight: bold; +}