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 |
No edit summary |
||
Line 8: | Line 8: | ||
-moz-column-count: 3; | -moz-column-count: 3; | ||
-webkit-column-count: 3; | -webkit-column-count: 3; | ||
} | |||
/* Bring the text to 14px */ | |||
.mw-content-text { | |||
font-size: 0.875em; | |||
} | } |
Revision as of 01:34, 20 June 2019
/* CSS placed here will be applied to all skins */ .columnizeme ul { display: block; } .columnizeme-3 ul { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; } /* Bring the text to 14px */ .mw-content-text { font-size: 0.875em; }