「MediaWiki:Minerva.css」の版間の差分

Restore h3 underline on Minerva (h3 is not part of accordion); keep h2 borderless
Stop killing .section-heading/.collapsible-heading borders (those ARE the accordion divider)
 
73行目: 73行目:
     margin-bottom: 0.4em;
     margin-bottom: 0.4em;
     font-weight: 600;
     font-weight: 600;
}
.section-heading,
.collapsible-heading {
    border-bottom: none !important;
}
.section-heading h2,
.collapsible-heading h2,
.collapsible-block h2 {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
}