X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=2b7d71b07873a634e86fa798e9db6bd9fe50ff4c;hb=2268599e081206a1c054108425d7f21fe8965a9e;hp=695e138bff8616bfc2608c44c144e00eec8e8b67;hpb=4a02b07475ff401b6e5c7de79a07e371e117e5e6;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 695e138..2b7d71b 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 { @@ -55,3 +59,21 @@ border: 2px solid #c0c0c0; padding: 0.5em; } + +.mkwsCredo .image .mkwsSummary { + float: left; +} + +.mkwsCredo .image a { + text-decoration: none; +} + +.mkwsCredo hr.divider { + margin: 20px 1%; + border-top: 3px dotted #c0c0c0; + color: #fff; + background-color: #fff; + height: 0; + width: 98%; +} +