]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/pdf.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / pages / pdf.blade.php
index 1077c093164d14e47dd3dbbd2bb627265db31cef..7e43c5e1a6e0a0a2ad314cb6a146d2b8f81d67a2 100644 (file)
@@ -3,22 +3,38 @@
 @section('head')
     <style>
         body {
-            font-size: 15px;
-            line-height: 1;
+            font-size: 14px;
+            line-height: 1.2;
         }
 
         h1, h2, h3, h4, h5, h6 {
-            line-height: 1;
+            line-height: 1.2;
         }
 
         table {
             max-width: 800px !important;
             font-size: 0.8em;
-            width: auto !important;
+            width: 100% !important;
         }
 
         table td {
             width: auto !important;
         }
+
+        .page-content .float {
+            float: none !important;
+        }
+
+        .page-content img.align-left, .page-content img.align-right  {
+            float: none !important;
+            clear: both;
+            display: block;
+        }
+
+        .tag-display {
+            min-width: 0;
+            max-width: none;
+            display: none;
+        }
     </style>
 @stop
\ No newline at end of file