Merge "Fix CSS selector output in print stylesheet"

This commit is contained in:
jenkins-bot 2017-07-25 11:55:15 +00:00 committed by Gerrit Code Review
commit 9668f880f5
1 changed files with 5 additions and 4 deletions

View File

@ -2,11 +2,12 @@
@media print {
body.vector-experimental-print-styles {
padding: 10px;
font-family: serif;
}
.vector-experimental-print-styles {
&body {
padding: 10px;
font-family: serif;
}
// Normalize Blue links in the article
a {