Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"


(Created page with "/* CSS placed here will be applied to all skins */ span.beginnersLink { font-family: inherit; font-size: 1em; IE doesn't like inherit here: color: #ff00ff; }")
(No difference)

Revision as of 13:39, 12 February 2015

/* CSS placed here will be applied to all skins */
span.beginnersLink {
	font-family: inherit;
	font-size: 1em; /* IE doesn't like inherit here */
	color: #ff00ff;
}