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