From RuneGlory
Jump to: navigation, search
Line 19: Line 19:
 
$( "div#content" ).wrap( "<div id='content-wrap'></div>" );
 
$( "div#content" ).wrap( "<div id='content-wrap'></div>" );
 
$( "div#contentSub" ).insertBefore( "div#content" );
 
$( "div#contentSub" ).insertBefore( "div#content" );
$( "<div id='navigation'></div>" ).insertBefore( "div#content" );
+
$( "<div id='navigation'></div>" ).insertBefore( "div#contentSub" );
 
$( "div#right-navigation" ).appendTo( "div#navigation" );
 
$( "div#right-navigation" ).appendTo( "div#navigation" );
 
$( "div#left-navigation" ).appendTo( "div#navigation" );
 
$( "div#left-navigation" ).appendTo( "div#navigation" );
$( "div#content, div#navigation" ).wrapAll( "<div id='content-navigation-wrap'></div>" );
 
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
if ( $( "span.subpages" ).length ) {
 
if ( $( "span.subpages" ).length ) {

Revision as of 00:28, 20 March 2016

Hello, this is just a preview.

- Jplayer