Difference between revisions of "MediaWiki:Common.css"

From ISMOC
Jump to: navigation, search
Line 6: Line 6:
 
}
 
}
  
span.texhtml { font-size: 80%; }
+
span.texhtml { font-size: 50%; }

Revision as of 17:39, 29 January 2019

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

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

span.texhtml { font-size: 50%; }