Template:Support Page: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 33:
.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;
}
#content {
Line 93 ⟶ 106:
}
.sp-page
.sp-page
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
|