mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Fixing auto-incrmetning page numbers with partial page rendering
This commit is contained in:
@@ -213,6 +213,7 @@ body {
|
||||
-moz-column-width: 8cm;
|
||||
-webkit-column-gap: 1cm;
|
||||
-moz-column-gap: 1cm;
|
||||
counter-increment: phb-page-numbers;
|
||||
position: relative;
|
||||
z-index: 15;
|
||||
box-sizing: border-box;
|
||||
@@ -481,7 +482,6 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
.phb .pageNumber.auto::after {
|
||||
counter-increment: phb-page-numbers;
|
||||
content: counter(phb-page-numbers);
|
||||
}
|
||||
.phb .footnote {
|
||||
|
||||
Reference in New Issue
Block a user