Merge "Fix styles for .mw-body.dt and .mw-body.dl"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit fd7ed113a4

@ -394,6 +394,19 @@ pre,
margin: 1.5em 0 0.5em;
}
dt {
font-weight: bold;
font-family: @fonts-secondary;
line-height: 1.25;
margin: 1.5em 0 0.5em;
margin-bottom: 0.1em;
}
dl {
margin-top: 0.2em;
margin-bottom: 0.5em;
}
form dt {
margin: 0 0.5em 0 0;
}

Loading…
Cancel
Save