X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=4091ee0fd706ecff322cdeeeb644bd5eee47bec4;hb=2f639fcdb8394cce4a5d6d48dd262db3db1a6788;hp=5e4ffa2b88db6c8d47ed31fee6c92e047602e39b;hpb=90417a292cb659e7d8f2953b42da82d6fc21edbe;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 5e4ffa2..4091ee0 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -3,7 +3,7 @@ } .mkwsCredo table { - width: 90%; + width: 100%; border-collapse: collapse; } @@ -43,6 +43,10 @@ .mkwsCredo div.content { background: white; padding: 0.5em 1em; + + // Next is needed to make this area grow to contain floated images. + // See http://www.quirksmode.org/css/clearing.html + overflow: auto; } .mkwsReference h1 { @@ -64,3 +68,38 @@ 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; +} + +.mkwsFacet a { + text-decoration: none; +} + +.mkwsFacet a:hover { + text-decoration: underline; +} + +.mkwsTerm { + clear: both; +} + +.mkwsTerm span { + float: right; +} +