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; }") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .page-Main_Page #firstHeading | ||
{ | { | ||
display: none; | display: none; | ||
} | } |
Latest revision as of 20:37, 9 March 2024
/* CSS placed here will be applied to all skins */
.page-Main_Page #firstHeading
{
display: none;
}