MediaWiki:Common.css: Difference between revisions
From YTPMania Wiki
Jump to navigationJump to search
(Created page with "→CSS placed here will be applied to all skins: .rootpage-Main_Page h1 { display: none; }") |
m (fix) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .mw-first-heading h1 | ||
{ | { | ||
display: none; | display: none; | ||
} | } |
Revision as of 20:35, 9 March 2024
/* CSS placed here will be applied to all skins */
.mw-first-heading h1
{
display: none;
}