MediaWiki:Monobook.css: Difference between revisions

From Minetest
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */
.mw-content-text {
.mw-content-text, .mw-body-content {
   font-size: 0.925em;
   font-size: 0.925em;
   text-align: justify;
   text-align: justify;
}
}

Revision as of 21:07, 31 July 2023

/* All CSS here will be loaded for users of the MonoBook skin */
.mw-content-text, .mw-body-content {
  font-size: 0.925em;
  text-align: justify;
}