Hi Pascal, On Aug 15, 2008, at 12:49 AM, Pascal Voitot wrote:
Hello, I have compiled XE from trunk... (NOT UNDER Eclipse3.4, it can't work :)) I see some rendering differences using Toucan skin... apparently Headings renderer has changed!
For example: 1.1 chboing before(version 1.5) was rendered as: <h3 class="heading-1-1><span>chboing</span></h3> but now as: <h2><span>chboing</span></h2>
Yes this was done voluntarily to align the headers and start at h1 for level 1 header and also to make way for the new rendering.
So some style has disappeared and under FF3, paragraph begins just under header without any margin and edit section is not more aligned with paragraph but stands on a line between header and paragraph... I can change it by myself but this is a "standard" skin so I prefer asking. Is it normal or is it a side-effect of recent modifications?
Normally I have modified all CSS files so all should be ok. I've fixed a bug a few days ago about a place I had forgotten to change. Could you please try with a recent trunk build and let me know how it goes? Thanks a lot -Vincent