Fix stylesheet for correct footnote numbering
This commit is contained in:
parent
41b844abe0
commit
6f50c32ed1
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ body {
|
|||
background: #fafafa;
|
||||
counter-reset: theorem;
|
||||
counter-reset: definition;
|
||||
counter-reset: sidenote-counter; /* Hack, otherwise we break Tufte CSS */
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue