User:John Lavalie/timeless.css: Difference between revisions
From Encyclopedia of Des Plaines
John Lavalie (talk | contribs) Created page with "→Hide letter headlines on category pages: div.mw-category-group h3 { display: none; }" |
John Lavalie (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Hide letter headlines on category pages */ | /* Hide letter headlines on category pages */ | ||
div.mw-category-group h3 { | div.mw-category-group h3 { display: none; } | ||
} | .mw-indicators { display: none; } | ||
.selected mw-list-item { display: none !important; } | |||
#ca-nstab-main { display: none !important; } | |||
Latest revision as of 14:37, 21 July 2025
/* Hide letter headlines on category pages */
div.mw-category-group h3 { display: none; }
.mw-indicators { display: none; }
.selected mw-list-item { display: none !important; }
#ca-nstab-main { display: none !important; }
