Style widget to fill whole page-width.
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.css
index 5e4ffa2..ee5a1b4 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 .mkwsCredo table {
-    width: 90%;
+    width: 100%;
     border-collapse: collapse;
 }
 
 .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 {