Common.css: Difference between revisions
From GummyCarbs
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
h1.firstHeading { /* remove Main Page title */ | h1.firstHeading { /* remove Main Page title */ | ||
display: none; | display: none !important; | ||
} | } |
Latest revision as of 01:12, 19 October 2007
/** CSS placed here will be applied to all skins */ h1.firstHeading { /* remove Main Page title */ display: none !important; }