Keep infobox labels on their own cells.
Restore Research notes as a real section; keep disclaimer.
Line 117: Line 117:


.soldier-research-notes {
.soldier-research-notes {
margin: 0.4em 0 0.8em 0;
display: none;
}
 
.soldier-research-notes-heading {
font-weight: bold;
margin: 0.4em 0 0.2em 0;
}
 
.mw-parser-output h2:has(#Research_notes),
.mw-parser-output h2:has(#Research_notes) + ul,
.mw-parser-output h2:has(#Research_notes) + p {
display: none !important;
}
}