Support details-summary in mobile stylesheet

Former-commit-id: 44bc5cf296f12d09615778cd3a0d96f2d436d77a [formerly edd2f5f82a3a46cfa1384bb36b7525b63f3c4063]
Former-commit-id: 51e377b332ab1606f91849fdbeaca2dbe74994eb
This commit is contained in:
Jaifroid 2019-07-26 16:21:45 +01:00
parent 28e25f1939
commit 53e72524ca

View File

@ -947,6 +947,35 @@ a.issues_button {
counter-increment: mw-numbered-ext-link
}
.mw-body h3, .mw-body h2 {
clear: both;
width: 100%;
margin-bottom: 0.5em;
border-bottom: solid 1px #eaecf0;
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
}
.mw-body h3 {
border-bottom: 0px solid #eaecf0;
font-weight: bold;
}
.mw-body h4 {
border-bottom: 0px solid #eaecf0;
}
h1[tabindex="0"].collapsible-heading>.indicator {
display: none;
/* hide the "v" icone for the main title */
}
.section-heading>h1,
.section-heading>h2,
.section-heading>h3,
.section-heading>h4 {
display: inline;
border: none;
}
.content figure img, .content figure video {
margin: 0.6em auto 0.6em auto;
display: block