Template:Support Page: Difference between revisions
Content deleted Content added
update heading styles for mw:Heading HTML changes |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 28:
#catlinks, #footer, .mw-editsection {
display: none;
}
/* and because we have to deal with minerva now for some reason */
.pre-content, .header-container, .minerva-footer {
display: none;
}
.content {
max-width: none !important;
width: auto !important;
}
/* more minerva nonsense for the toc */
.toc {
display: block;
}
.client-js .toc .toctogglecheckbox ~ ul {
visibility: visible;
height: auto;
margin: 0;
}
.content .mw-heading2, .content h2 {
clear: none;
}
Line 84 ⟶ 106:
}
.sp-page
.sp-page
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
|