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 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.columnizeme ul { | .columnizeme ul { | ||
display: | display: block; | ||
} | } | ||
.columnizeme-3 ul { | .columnizeme-3 ul { | ||
column-count: 3; | |||
} | } |
Revision as of 23:53, 29 March 2019
/* CSS placed here will be applied to all skins */ .columnizeme ul { display: block; } .columnizeme-3 ul { column-count: 3; }