MediaWiki:Common.js: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
     var x = document.getElementById("firstHeading");
     var x = document.getElementById("firstHeading");
     x.style.wordSpacing = "5px";
     x.style.wordSpacing = "5px";
document.write('<style> #firstHeading { font-variant: small-caps; }</style>');

Revision as of 02:12, 9 August 2015

/* Any JavaScript here will be loaded for all users on every page load. */
    var x = document.getElementById("firstHeading");
    x.style.wordSpacing = "5px";

document.write('<style> #firstHeading { font-variant: small-caps; }</style>');