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

(Revert to old design, since #globalWrapper increases font size in a hard way.)
m (Insert pqge before #globqlWrapper, to allow easier editing.)
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("#globalWrapper");
+
$("#eth-main-contents").insertBefore("#globalWrapper");

Revision as of 10:26, 19 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("#globalWrapper");