[FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)

Closes #808
This commit is contained in:
fanha99
2017-11-28 01:47:16 +07:00
committed by Pedro M. Baeza
parent ae45d8f14a
commit d00ca7c610
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@
header {
margin: 0;
padding: 0;
@media print {
display: none;
}
> .main-nav {
display: block;