diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-08 23:42:15 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-08 23:42:15 +0100 |
commit | 1af0e0a18be55bdd38bf715ca612ea4acb2bdcad (patch) | |
tree | f4da19485840cbf8d57604cf39865ea81ae6fe62 /assets/_main.scss | |
parent | 1c65dac6ce2cb1e40f5c9564f28c6ce4033ca124 (diff) |
#94, Show toc at top of printing page
Diffstat (limited to 'assets/_main.scss')
-rw-r--r-- | assets/_main.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/_main.scss b/assets/_main.scss index a3dc2c1..3cfb66d 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -294,10 +294,3 @@ aside nav, padding: $padding-16 * 2 $padding-16; } } - -// Printing styles -@media print { - .book-menu, .book-toc, .book-footer { - display: none; - } -} |