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; }")
 
(<pre> overlapping sidebar is present in all skins, moving fix to common.css)
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Mashinky skin */
 
/* CSS placed here will affect users of the Mashinky skin */
 
/* fix <pre> box overlapping the sidebar */
 
pre {
 
  display: flex;
 
}
 

Latest revision as of 15:08, 1 January 2022

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