0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 16:07:57 +00:00

Remove footer on pages with ToC

This commit is contained in:
G.Ambatte
2022-10-16 22:37:30 +13:00
parent 0e0cdfe25b
commit 7896fe3ed9

View File

@@ -657,7 +657,11 @@ body {
//*****************************
// * TABLE OF CONTENTS
// *****************************/
.page .toc{
.page {
&:has(.toc):after {
display: none;
}
.toc {
-webkit-column-break-inside : avoid;
page-break-inside : avoid;
break-inside : avoid;
@@ -725,6 +729,7 @@ body {
.useColumns(0.96, @fillMode: balance);
}
}
}
//*****************************
// * MUSTACHE DIVS/SPANS