[xwiki-devs] toucan skin style in trunk
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> 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? regards Pascal
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
On Fri, Aug 15, 2008 at 12:49 AM, Pascal Voitot <[email protected]> wrote:
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?
It can be a browser's cache issue, can you try to press CTRL+SHIFT+R on a page of you wiki ? -- Jean-Vincent Drean
I will try all of this asap :) I'm currently fighting against many other issues (not XWiki issues) at the same time and my current 1.6-SNAPSHOT works well! thks a lot On Mon, Aug 25, 2008 at 2:29 PM, Jean-Vincent Drean <[email protected]> wrote:
On Fri, Aug 15, 2008 at 12:49 AM, Pascal Voitot <[email protected]> wrote:
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?
It can be a browser's cache issue, can you try to press CTRL+SHIFT+R on a page of you wiki ?
-- Jean-Vincent Drean _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (3)
-
Jean-Vincent Drean -
Pascal Voitot -
Vincent Massol