MediaWiki:Common.css: Difference between revisions
From Applied Science
|  (Created page with "→CSS placed here will be applied to all skins:   .code { 	background-color:red; }") | 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 */ | ||
| #code { | |||
| 	background-color:red; | 	background-color:red; | ||
| } | } | ||
Revision as of 22:29, 15 January 2025
/* CSS placed here will be applied to all skins */
#code {
	background-color:red;
}

