#94, Show toc at top of printing page

This commit is contained in:
Alex Shpak
2019-11-08 23:42:15 +01:00
parent 1c65dac6ce
commit 1af0e0a18b
3 changed files with 21 additions and 7 deletions
-7
View File
@@ -294,10 +294,3 @@ aside nav,
padding: $padding-16 * 2 $padding-16;
}
}
// Printing styles
@media print {
.book-menu, .book-toc, .book-footer {
display: none;
}
}