Rework of main template, adds options for more fine customisation

This commit is contained in:
Alex Shpak
2020-01-24 00:07:47 +01:00
parent 2acd6ab280
commit ba5d38ad44
31 changed files with 161 additions and 110 deletions
+7 -9
View File
@@ -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;
}
}