From ba5d38ad4427bcda21a4cc57689464ed58d8b9a0 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 24 Jan 2020 00:07:47 +0100 Subject: Rework of main template, adds options for more fine customisation --- assets/_print.scss | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'assets/_print.scss') diff --git a/assets/_print.scss b/assets/_print.scss index 6acd75e..8ae2901 100644 --- a/assets/_print.scss +++ b/assets/_print.scss @@ -1,19 +1,17 @@ @media print { .book-menu, - .book-footer { + .book-footer, + .book-toc { display: none; } - main { + .book-header, + .book-header aside { display: block; } - .book-toc { - flex: none; - - nav { - position: relative; - width: auto; - } + main { + // Fix for https://bugzilla.mozilla.org/show_bug.cgi?id=939897 + display: block !important; } } -- cgit v1.2.3