MediaWiki:Gadget-addsection-plus.js: Difference between revisions
Content deleted Content added
Mattflaschen (talk | contribs) okay, code was never actually broken; now integrate together |
only change the padding under monobook. |
||
Line 11:
if(!tablink) return;
tablink.firstChild.nodeValue = '+';
if( skin == "monobook" ) {
tablink.style.paddingLeft = ".4em";▼
tablink.style.
}
});
|