diff --git a/RELEASE.md b/RELEASE.md index 9afa87f3..e57e7f70 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -60,6 +60,7 @@ Enjoy! * #422: Fixed graphic incompatibility for Folded plugin (thanks to @virk) * #423: Fixed PHP warnings for Page Tools (thanks to @fschmittlein) * #424: Fixed Pagelist tables are missing some formatting (thanks to @Hitch42) + * #427: Fixed only the first page is printed out (thanks to @Juergen-aus-Koeln) ## [v2018-02-16] diff --git a/css/print.less b/css/print.less index ba59bc21..628cbb53 100644 --- a/css/print.less +++ b/css/print.less @@ -6,6 +6,9 @@ * License GPL 2 (http://www.gnu.org/licenses/gpl.html) */ +html, body { + display:block; +} #dokuwiki__content { width: 100%; diff --git a/style.ini b/style.ini index 9857e597..0ab5312d 100755 --- a/style.ini +++ b/style.ini @@ -68,7 +68,7 @@ css/print.less = print ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors -__text__ = "#333" ; @ini_text +__text__ = "#333" ; @ini_text __background__ = "#fff" ; @ini_background ; alternative text and background colors __text_alt__ = "#999" ; @ini_text_alt