Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 7: Line 7:
  
 
span.texhtml span.texhtml {
 
span.texhtml span.texhtml {
font-size: 100%;
+
font-size: 50%;
 
}
 
}
 
span.mwe-math-mathml-inline {
 
span.mwe-math-mathml-inline {
font-size: 118%;
+
font-size: 100%;
 
}
 
}

Revision as of 17:57, 29 January 2019

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

/* Bring the text to 14px */
#bodyContent {
  font-size: 0.875em;
}

span.texhtml span.texhtml {
	font-size: 50%;
}
span.mwe-math-mathml-inline {
	font-size: 100%;
}