Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .pagenum { display:flex; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .pagenum { | + | .pagenum, .publication-firstpage { |
display:flex; | display:flex; | ||
} | } |
Revision as of 21:01, 20 July 2019
/* CSS placed here will be applied to all skins */
.pagenum, .publication-firstpage {
display:flex;
}