Hello everyone.
As you know, MediaWiki make XTHML like below markup:
<h2><span class="editsection">[<a ...>edit</a>]</span> <span class="mw-headline">title</span></h2>
And shared.css set editsection class:
.editsection { float: right; margin-left: 5px; }
Floating editsection links work well with IE7. But floating editsection links move to bad position with Firefox, Safari, and GoogleChrome.
I hope that someone makes a optional way to set editsection links after section's titles:
<h2><span class="mw-headline">title</span> <span class="editsection">[<a ...>edit</a>]</span></h2>
I know that we can move editsection links by JavaScript like dewp and others. But, with such trick, editsection links seem to jump after loading page when I read huge page. I want a way without JavaScript.
Sorry for my poor English. Thank you.
---- mizusumashi