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 edit summary Tag: Manual revert |
||
| (3 intermediate revisions by the same user not shown) | |||
Latest revision as of 08:05, 10 April 2024
/* CSS placed here will be applied to all skins */
/* Hide letter headlines on category pages */
div.mw-category-group h3 {
display: none;
}
