Merge "Scope styling of kbd/samp/code/pre to content areas"

This commit is contained in:
jenkins-bot 2018-09-04 21:33:30 +00:00 committed by Gerrit Code Review
commit 752557d88b
1 changed files with 44 additions and 44 deletions

View File

@ -6,17 +6,6 @@
p {
margin: 0.5em 0 1em 0;
}
}
strong,
b {
font-weight: bold;
}
em,
i {
font-style: italic;
}
// Code
//
@ -61,6 +50,17 @@ code {
pre {
padding: 1em;
}
}
strong,
b {
font-weight: bold;
}
em,
i {
font-style: italic;
}
.mw-ref, // For Parsoid content (e.g. mediawiki.skinning.content.parsoid)
sup {