User:John Lavalie/timeless.css: Difference between revisions

From Encyclopedia of Des Plaines
Created page with "Hide letter headlines on category pages: div.mw-category-group h3 { display: none; }"
 
No edit summary
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; }
    display: none;
 
}
.mw-indicator-mw-helplink  { display: none; }

Revision as of 11:17, 21 July 2025

/* Hide letter headlines on category pages */
div.mw-category-group h3 { display: none; }

.mw-indicator-mw-helplink  { display: none; }