Created
November 28, 2016 21:13
-
-
Save EliJDonahue/beeb1504460f7fc7ba68964025f93a43 to your computer and use it in GitHub Desktop.
Use CSS counters to auto-number Aras Tech Doc pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Display page counter value in bottom right corner of the page */ | |
| @page { | |
| @bottom-right { | |
| content: counter(page); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment