Skip to content

Commit

Permalink
minor update on where the css counter is reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Apr 23, 2016
1 parent 3444435 commit 170ead9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/pandoc-amsthm.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$if(amsthm)$
<style type="text/css">
/* CSS counter */
body {
html {
counter-reset: $for(amsthm.plain)$$amsthm.plain$ $endfor$$for(amsthm.definition)$$amsthm.definition$ $endfor$$for(amsthm.remark)$$amsthm.remark$ $endfor$;
}
/* style of "before" */
Expand Down
2 changes: 1 addition & 1 deletion templates/pandoc-amsthm.html5
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $endif$
$if(amsthm)$
<style type="text/css">
/* CSS counter */
body {
html {
counter-reset: $for(amsthm.plain)$$amsthm.plain$ $endfor$$for(amsthm.definition)$$amsthm.definition$ $endfor$$for(amsthm.remark)$$amsthm.remark$ $endfor$;
}
/* style of "before" */
Expand Down

0 comments on commit 170ead9

Please sign in to comment.