MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: h1 { list-style: none; overflow: hidden; font: 14px Helvetica, Comic Sans MS, sans-serif; }")
 
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 */


h1 {
.h1 {
list-style: none;
list-style: none;
overflow: hidden;
overflow: hidden;
font: 14px Helvetica, Comic Sans MS, sans-serif;
font: 14px Helvetica, Comic Sans MS, sans-serif;
}
}

Revision as of 13:56, 2 August 2014

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

.h1 {
	list-style: none;
	overflow: hidden;
	font: 14px Helvetica, Comic Sans MS, sans-serif;
}