Difference between revisions of "MediaWiki:Common.css"
From S.H.O.
(Created page with "→CSS placed here will be applied to all skins: body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; }") |
|||
Line 2: | Line 2: | ||
body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } | body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } | ||
+ | |||
+ | .noautonum .tocnumber { display: none; } |
Revision as of 21:58, 20 April 2016
/* CSS placed here will be applied to all skins */ body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } .noautonum .tocnumber { display: none; }