Difference between revisions of "Template:ETH Zurich/move elements"

(Move page into #globalWrapper.#content)
(Move page higher. Not ready for #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("#top_title");
+
$("#eth-main-contents").insertBefore("#content");

Revision as of 22:05, 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").insertBefore("#content");