MediaWiki:Common.css: Difference between revisions


No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 3: Line 3:
div.mw-category-group h3 {
div.mw-category-group h3 {
   display: none;
   display: none;
}
ol.alphanum {
list-style-type: lower-alpha;
}
}

Latest revision as of 09: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;
}