User:Emailformygames/common.js: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Test */
/* Test */
document.getElementById("setThisRed").style.setProperty("color","red","important");
document.getElementById("setThisRed").style.cssText='color:red !important';

Revision as of 06:19, 30 August 2016

/* Test */
document.getElementById("setThisRed").style.cssText='color:red !important';