MediaWiki:Common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: h2 { color: green; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
h2 {
  color: green;
}

Revision as of 17:18, 14 November 2014

/* CSS placed here will be applied to all skins */