Jump to content

User:Rontap/vector.js

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Rontap (talk | contribs) at 20:17, 3 December 2013 (Created page with ' a = ["mp-tfp-h2","mp-tfa-h2","mp-itn-h2"]; for (i=0;i<a.length;i++) { document.getElementById(a[i]).style.margin="-5px"; document.getElementById(a[i]).style...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
a = ["mp-tfp-h2","mp-tfa-h2","mp-itn-h2"];
for (i=0;i<a.length;i++)
{
	document.getElementById(a[i]).style.margin="-5px";
	document.getElementById(a[i]).style.border="none";
	
}