0
0
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:
Scott Tolksdorf
2016-06-09 08:03:54 -04:00
parent e38850f807
commit cd97b22067
4 changed files with 5 additions and 4 deletions

View File

@@ -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 {