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 */ | ||
body.page-Main_Page h1 { display: none; } | |||
Revision as of 17:37, 3 December 2019
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1 { display: none; }
