X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=57c51cfb34e4beb14ea618778097dbd3906cfd73;hb=65e0915848b1919167285220e009e3407c4dd7bf;hp=ee5a1b4057efceff97de52270cdbef8e4e0e8174;hpb=d340c86b743f97eb7ed421f47676a93bb0c400d0;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index ee5a1b4..57c51cf 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -68,3 +68,21 @@ text-decoration: none; } +.mkwsCredo hr.divider { + margin: 20px 1%; + border-top: 3px dotted #c0c0c0; + color: #fff; + background-color: #fff; + height: 0; + width: 98%; +} + +.mkwsCredit { + font-size: small; + text-align: right; +} + +.mkwsCredit::before { + content: "Source: "; + font-weight: bold; +}