X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=99a1b9da2dac7e7cb952050ae745bf8437c02b3b;hb=1d9f31bf5248895d592c91b5583ddb8da81a4ff1;hp=e96c16aeb6f93b2026bcc64bf3420774e457854f;hpb=836d60609af09203e61c5ab7ccb42806ebe61afc;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index e96c16a..99a1b9d 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -43,4 +43,28 @@ .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 { + display:none; +} + +.mkwsReference img { + float: left; + margin: 0 1.5em 1em 0; + border: 2px solid #c0c0c0; + padding: 0.5em; } + +.mkwsCredo .image .mkwsSummary { + float: left; +} + +.mkwsCredo .image a { + text-decoration: none; +} +