Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 7: Line 7:
  
 
.MathJax {
 
.MathJax {
font-size: 0.8em;
+
font-size: 1.2em;
 
}
 
}

Revision as of 15:20, 21 February 2019

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

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

.MathJax {
font-size: 1.2em;
}