Fix stylesheet for correct footnote numbering

This commit is contained in:
Dimitri Lozeve 2020-05-05 12:00:17 +02:00
parent 41b844abe0
commit 6f50c32ed1
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ body {
background: #fafafa;
counter-reset: theorem;
counter-reset: definition;
counter-reset: sidenote-counter; /* Hack, otherwise we break Tufte CSS */
}
header {