Do not print the comments form (#1195)

Add `.page__comments-form` to "non-printing" selectors in print styles
This commit is contained in:
Lars Olesen
2017-08-22 20:46:18 +02:00
committed by Michael Rose
parent ded8afcc32
commit 2939d45ecc
2 changed files with 43 additions and 40 deletions

View File

@ -228,6 +228,7 @@
.pagination,
.ads,
.page__footer,
.page__comments-form,
.author__avatar,
.author__content,
.author__urls-wrapper,
@ -235,4 +236,4 @@
.adsbygoogle {
display: none !important;
}
}
}