]> BookStack Code Mirror - bookstack/blob - public/dist/print-styles.css
bd2df582a49e1b6ca9b1d4d65233fbccd919d751
[bookstack] / public / dist / print-styles.css
1 header {
2   display: none; }
3
4 body {
5   font-size: 12px; }
6
7 .faded-small {
8   display: none; }
9
10 .page-content {
11   margin: 0 auto; }
12
13 .flex-fill {
14   display: block; }
15
16 .flex.sidebar + .flex.content {
17   border-left: none; }
18
19 .print-hidden {
20   display: none; }
21
22 .print-full-width {
23   width: 100%;
24   float: none;
25   display: block; }
26
27 h2 {
28   font-size: 2em;
29   line-height: 1;
30   margin-top: 0.6em;
31   margin-bottom: 0.3em; }
32
33 .comments-container {
34   display: none; }