MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m (Replaced content with "→CSS placed here will be applied to all skins: ") |
mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.main-pagelinks { | |||
min-width: 200px; | |||
width: 24%; | |||
float: left; | |||
padding-right: 10px; | |||
} |
Latest revision as of 00:31, 26 November 2015
/* CSS placed here will be applied to all skins */ .main-pagelinks { min-width: 200px; width: 24%; float: left; padding-right: 10px; }