Fixed firefox page print view and removed comments from prints

Closes #1211
This commit is contained in:
Dan Brown 2019-01-19 11:33:11 +00:00
parent 156c0a88e9
commit a70ee9664a

View File

@ -16,6 +16,14 @@ body {
margin: 0 auto;
}
.flex-fill {
display: block;
}
.flex.sidebar + .flex.content {
border-left: none;
}
.print-hidden {
display: none;
}
@ -31,4 +39,8 @@ h2 {
line-height: 1;
margin-top: 0.6em;
margin-bottom: 0.3em;
}
.comments-container {
display: none;
}