Added a print media css style

This commit is contained in:
Steven Engler 2019-09-12 16:36:17 -04:00
parent 864da2a7c5
commit 5225065445

View File

@ -405,3 +405,37 @@ body {
font-size: 130%
}
}
@media print {
body {
background-color: initial !important;
}
.main {
margin-top: 0;
margin-bottom: 0;
width: 100%;
box-shadow: none !important;
}
.header {
background-color: initial !important;
background-image: none !important;
}
.header-content {
margin: 0;
}
.body-content {
margin: 0;
}
.header-right {
display: none;
}
.links {
display: none;
}
}