MediaWiki

Group-Grouse.css: Difference between revisions

From Grouse House Wiki

(Created page with ".mw-headline + .mw-editsection { display: none; }")
 
No edit summary
Line 1: Line 1:
.mw-headline + .mw-editsection {
.mw-headline + .mw-editsection {
   display: none;
   display: none;
}
h2 {
font-size: 0em;
}
h2.c-header.active {
font-size: 1em;
}
}

Revision as of 00:54, 3 February 2024

.mw-headline + .mw-editsection {
  display: none;
}

h2 {
font-size: 0em;
}

h2.c-header.active {
font-size: 1em;
}