Difference between revisions of "MediaWiki:Common.css"
(Replaced content with "→CSS placed here will be applied to all skins: →The following code hides the main page title: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page....") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* The following code hides the main page title */ | /* The following code hides the main page title */ | ||
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; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 22:38, 19 October 2015
/* CSS placed here will be applied to all skins */
/* The following code hides the main page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }