X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-reference.css;h=6dfba21ea7397330c7132a77ad6a3cfeb4a3b390;hb=032baf264f3b7ab5168c3c7721eb9a0817431af3;hp=40cb667dd3ad7fd8ad82a9fb7e94902f9c0fb1b9;hpb=141f3af90b1ea0ca9c90d1e65636ee7c73daf614;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-reference.css b/examples/htdocs/mkws-widget-reference.css index 40cb667..6dfba21 100644 --- a/examples/htdocs/mkws-widget-reference.css +++ b/examples/htdocs/mkws-widget-reference.css @@ -1,4 +1,5 @@ .mkwsReference { + max-width: 40em; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; background: #f0f0e0; padding: 0.5em 1em; @@ -15,3 +16,19 @@ .mkwsReference a { text-decoration: none; } + +.mkwsReference img { + float: right; + margin: 0 0 1em 2em; + border: 0.5em solid white; +} + +.mkwsCredit { + font-size: small; + text-align: right; +} + +.mkwsCredit::before { + content: "Source: "; + font-weight: bold; +}