Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 8: Line 8:
 
.MathJax, .MathJax_Display  {
 
.MathJax, .MathJax_Display  {
 
     text-align: left !important;
 
     text-align: left !important;
     font-size: 70%  !important;
+
     font-size: 50%  !important;
 
}
 
}

Revision as of 15:47, 21 February 2019

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

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

.MathJax, .MathJax_Display  {
    text-align: left !important;
    font-size: 50%  !important;
}