Difference between revisions of "MediaWiki:Common.css"

From Civicwiki
Jump to: navigation, search
(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 #mw-content-text:nth-child(1) {display:none;}
+
.page-Special_SpecialPages h2:nth-of-type(1) {display:none;}

Revision as of 19:16, 30 November 2013

/* CSS placed here will be applied to all skins */
.page-Special_SpecialPages h2:nth-of-type(1) {display:none;}