MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: #footer-places { display: none; }")
 
No edit summary
Tag: Reverted
Line 2: Line 2:


#footer-places { display: none; }
#footer-places { display: none; }
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
    display: none;
}

Revision as of 07:12, 17 October 2022

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

#footer-places { display: none; }

body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
    display: none;
}