MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: →Hide letter headlines on category pages: div.mw-category-group h3 { display: none; }") |
(No difference)
|
Revision as of 14:39, 27 April 2022
/* CSS placed here will be applied to all skins */
/* Hide letter headlines on category pages */
div.mw-category-group h3 {
display: none;
}
