From 2bed384c0cae201ff3e2ee635ea80c9d5138c96e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 21 May 2014 15:34:37 +0100 Subject: [PATCH] Remove width:100% from .mkwsCredo div.content styles, as it interacts badly with the padding. --- examples/htdocs/mkws-widget-credo.css | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 2b8ef0d..67be904 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -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 { -- 1.7.10.4