MediaWiki:Common.css: Difference between revisions

From ICAR Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎Header moodifications: div#content h3 { font-size:40px; }")
 
No edit summary
Line 2: Line 2:


/* Header moodifications */
/* Header moodifications */
div#content h3 {
/* div#content h3 {
font-size:40px;
font-size:40px;
}
}*/

Revision as of 22:56, 7 March 2023

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

/* Header moodifications */
/* div#content h3 {
	font-size:40px;
}*/