MediaWiki:Common.css: Difference between revisions

From Oddworld Library
(Created page 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; }")
 
m (Removing pre-generated quotation marks from quote elements)
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;
}
 
q::before,
q::after
{
    content: none;
}

Revision as of 14:59, 17 July 2019

/* 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;
}

q::before,
q::after
{
    content: none;
}