Skip to content

Commit

Permalink
Merge branch 'hotfix/ff-print'
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Jul 3, 2019
2 parents 55c1a78 + 5de318e commit 9688da8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Expand Up @@ -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]
Expand Down
3 changes: 3 additions & 0 deletions css/print.less
Expand Up @@ -6,6 +6,9 @@
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/

html, body {
display:block;
}

#dokuwiki__content {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion style.ini
Expand Up @@ -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
Expand Down

0 comments on commit 9688da8

Please sign in to comment.