Notă: După salvare, trebuie să treceți peste cache-ul browser-ului pentru a vedea modificările.

  • Mozilla, Google Chrome, Safari, Konqueror: țineți apăsat Shift în timp ce apăsați butonul Reload (sau apăsați Ctrl-Shift-R).
  • Internet Explorer: apăsați Ctrl-F5.
  • Opera: apăsați F5.
/* Any JavaScript here will be loaded for users using the MonoBook skin */

if( navigator.userAgent.indexOf( 'MSIE 6' ) == -1 && $.inArray( mw.config.get( 'wgAction' ), [ 'submit' , 'view' ] ) !== -1 ) {
	$( function() {
	    if( !document.getElementById( 'siteNotice') && !window.siteNoticeValue && !window.wgNotice ) {
	    	return;
	    }
	    mw.util.addCSS( '#bodyContent { position:relative; } \n.topicon, #protected-icon{ position:absolute; top:-2em !important;}\n#coordinates{ position:absolute; top:1px !important; }' );
	} );
}