MediaWiki:Common.css: Difference between revisions
From Nigerian Craftpedia portal | African continent
Created page with "→CSS placed here will be applied to all skins: #firstHeading { 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 */ | ||
#firstHeading { display: none; } | #firstHeading { display: none; } | ||
body { outline: 10px solid red !important; } | |||
Revision as of 03:58, 2 February 2026
/* CSS placed here will be applied to all skins */
#firstHeading { display: none; }
body { outline: 10px solid red !important; }