From: Dan Brown Date: Tue, 3 Oct 2023 13:59:35 +0000 (+0100) Subject: Print Styles: Fixed header/footer content showing X-Git-Tag: v23.10~1^2~16 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/c5d5b6e3c1f85bab1cc7e18f85b4b3ca8c101a1c?ds=inline Print Styles: Fixed header/footer content showing Extra bits were showing due to recent changes. Done a quick pass through major display views. Fixes #4594 --- diff --git a/resources/sass/print-styles.scss b/resources/sass/print-styles.scss index 2c51bd75c..cfc0ecdad 100644 --- a/resources/sass/print-styles.scss +++ b/resources/sass/print-styles.scss @@ -1,10 +1,6 @@ @use "sass:math"; @import "variables"; -header { - display: none; -} - html, body { font-size: 12px; background-color: #FFF; diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index 9e7df4156..8f7c3f6cf 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -17,7 +17,7 @@ @section('body') -
+