Fix CSS selector output in print stylesheet

Less doesn't allow to nest like this. It creates the invalid selector
`.vector-experimental-print-stylesbody`

This is a follow up to I453ae43099796a74c39d965b796f2fa13942106c

Bug: T169823
Change-Id: I9cc2f474fdcafdcc68378185391607b72b0f667a
This commit is contained in:
jdlrobson 2017-07-24 16:46:46 -07:00 committed by VolkerE
parent 1c54b94bc8
commit 1cbfd714d1
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 {