Remove width:100% from .mkwsCredo div.content styles, as it interacts
authorMike Taylor <mike@indexdata.com>
Wed, 21 May 2014 14:34:37 +0000 (15:34 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 21 May 2014 14:34:37 +0000 (15:34 +0100)
badly with the padding.

examples/htdocs/mkws-widget-credo.css

index 2b8ef0d..67be904 100644 (file)
@@ -47,7 +47,6 @@
     // Next two are needed to make this area grow to contain floated images.
     // See http://www.quirksmode.org/css/clearing.html
     overflow: auto;
-    width: 100%;
 }
 
 .mkwsReference h1 {