MediaWiki:Common.css: Difference between revisions


No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
div.mw-category-group h3 {
div.mw-category-group h3 {
   display: none;
   display: none;
}
.alphanum ol li > ol {
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;
}