Actions

MediaWiki

Common.css: Difference between revisions

From GameLabWiki

Created page with "CSS placed here will be applied to all skins: #content h1 { display: none; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#content h1 { display: none; }
body.page-Main_Page h1 { display: none; }

Revision as of 18:37, 3 December 2019

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1 { display: none; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.