MediaWiki:Common.css: Difference between revisions
From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump to search
DMLiveWiki (talk | contribs) No edit summary |
DMLiveWiki (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
.columnizeme ul { | .columnizeme ul { | ||
display: grid; | display: grid; | ||
flex-direction: column; | |||
} | } | ||
Revision as of 12:31, 28 March 2019
/* CSS placed here will be applied to all skins */ .columnizeme ul { display: grid; flex-direction: column; } .columnizeme-3 ul { grid-template-columns: repeat(3, 1fr); }