]> BookStack Code Mirror - bookstack/blobdiff - public/dist/print-styles.css
Updated version and assets for release v0.25.1
[bookstack] / public / dist / print-styles.css
index 23dc9a05a7ce12ac3535dadadbb76aab173512b8..bd2df582a49e1b6ca9b1d4d65233fbccd919d751 100644 (file)
@@ -10,6 +10,12 @@ body {
 .page-content {
   margin: 0 auto; }
 
+.flex-fill {
+  display: block; }
+
+.flex.sidebar + .flex.content {
+  border-left: none; }
+
 .print-hidden {
   display: none; }
 
@@ -23,3 +29,6 @@ h2 {
   line-height: 1;
   margin-top: 0.6em;
   margin-bottom: 0.3em; }
+
+.comments-container {
+  display: none; }