Minor widget layout issue

You have a style for the widgets that are embedded within the main site:
.widgetContent h2 {
font-size:1.2em;
margin-left:10px;
font-weight:bold;
}

However, there isn’t a matching style for widgets that are embedded within iframes.

To reproduce, go to demo.piwik.org - select Widgets -> Visits Summary -> Overview with graph. Copy and paste the iframe link to a page and view. You will notice the h2 tags don’t have any left padding, whereas when the widget is viewed within the piwik site, it does.

Cheers,
Owen

please create a bug report, and if p ossible post a patch of your suggestion change. Thank you for your contrib!