Difference between revisions of "MediaWiki:Common.css"
From Civicwiki
(Created page with "→CSS placed here will be applied to all skins: .page-Special_SpecialPages #mw-content-text:nth-child(1) {display:none;}") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .page-Special_SpecialPages | + | .page-Special_SpecialPages h2:nth-of-type(1) {display:none;} |
Revision as of 23:16, 30 November 2013
/* CSS placed here will be applied to all skins */ .page-Special_SpecialPages h2:nth-of-type(1) {display:none;}