Difference between revisions of "MediaWiki:Mashinky.css"

From Mashinky
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Mashinky skin: fix <pre> box overlapping the sidebar: pre { display: flex; }")
(No difference)

Revision as of 15:05, 1 January 2022

/* CSS placed here will affect users of the Mashinky skin */

/* fix <pre> box overlapping the sidebar */
pre {
  display: flex;
}