(Move whole DIV after globalWrapper.) |
(Move page into #globalWrapper.#content) |
||
Line 1: | Line 1: | ||
/* | /* | ||
Move header, contents and footer as far outside as possible of all those ridiculous divs, to avoid preloaded MediaWiki CSS.*/ | Move header, contents and footer as far outside as possible of all those ridiculous divs, to avoid preloaded MediaWiki CSS.*/ | ||
− | $("#eth-main-contents").insertAfter("# | + | $("#eth-main-contents").insertAfter("#top_title"); |
Revision as of 21:46, 17 October 2017
/*
Move header, contents and footer as far outside as possible of all those ridiculous divs, to avoid preloaded MediaWiki CSS.*/
$("#eth-main-contents").insertAfter("#top_title");