MediaWiki:Monobook.css: Difference between revisions

From Minetest
(Created page with "→‎All CSS here will be loaded for users of the MonoBook skin: .mw-content-text { font-size: 0.875em; }")
 
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 {
   font-size: 0.875em;
   font-size: 0.925em;
  text-align: justify;
}
}

Revision as of 21:01, 31 July 2023

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