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; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
span.beginnersLink {
+
span.beginnersLink a {
 
font-family: inherit;
 
font-family: inherit;
 
font-size: 1em; /* IE doesn't like inherit here */
 
font-size: 1em; /* IE doesn't like inherit here */
 
color: #ff00ff;
 
color: #ff00ff;
 
}
 
}

Revision as of 13:41, 12 February 2015

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