Fixed firefox page print view and removed comments from prints
Closes #1211
This commit is contained in:
parent
156c0a88e9
commit
a70ee9664a
|
@ -16,6 +16,14 @@ body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-fill {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex.sidebar + .flex.content {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
.print-hidden {
|
.print-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -31,4 +39,8 @@ h2 {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-top: 0.6em;
|
margin-top: 0.6em;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comments-container {
|
||||||
|
display: none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue