I'm not sure about either component ("code") of category ("bug report") in this issue, but anyways:

When browsing my site (www.lancefestivalen.se) in IE7, all images seem to have lost their assigned alignments, disrupting both the the look and flow of my content.

(Browsing the site using Firefox, however, shows the site as it should be...)

Comments

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

I tracked the issue to reset.css - from line 16 remove:

vertical-align: baseline; 

This will be fixed in the next release - thanks for the bug report.

PS: in the block you have created called "RSS", wrap your list items in a <ul>...</ul> and it will inherit the normal list styles;)

Janne’s picture

Thanks! Will do. :)

Jeff Burnz’s picture

Title: HTML malfunctions in IE7 » vertical-align: baseline in reset.css causes image alignment issue in IE7

Removed vertical-align: baseline; from reset.css.

Committed to HEAD.

Jeff Burnz’s picture

Status: Active » Fixed

Fixed in all later releases. vertical-align : baseline can really create some havoc in IE7!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.