MediaWiki:Common.css: Difference between revisions
From TerGoPedia
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.alphabetical_articles_container { | |||
display: grid; | |||
grid-rows: 4; | |||
} |
Revision as of 08:30, 30 June 2022
/* CSS placed here will be applied to all skins */ .alphabetical_articles_container { display: grid; grid-rows: 4; }