Difference between revisions of "MediaWiki:Common.css"

From RECESSIM, A Reverse Engineering Community
Jump to navigation Jump to search
(Replaced content with "→‎CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }")
Tag: Replaced
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
+
// body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 +
 
 +
body.page.action-view h1.firstHeading, body.page.action-submit h1.firstHeading { display: none; }

Revision as of 19:34, 24 April 2020

/* CSS placed here will be applied to all skins */

// body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body.page.action-view h1.firstHeading, body.page.action-submit h1.firstHeading { display: none; }