MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 6: | Line 6: | ||
.alphanum | .alphanum { | ||
list-style-type: lower-alpha; | list-style-type: lower-alpha; | ||
} | } | ||
Revision as of 08:02, 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;
}
.alphanum {
list-style-type: lower-alpha;
}
