Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created November 28, 2016 21:13
Show Gist options
  • Select an option

  • Save EliJDonahue/beeb1504460f7fc7ba68964025f93a43 to your computer and use it in GitHub Desktop.

Select an option

Save EliJDonahue/beeb1504460f7fc7ba68964025f93a43 to your computer and use it in GitHub Desktop.
Use CSS counters to auto-number Aras Tech Doc pages
/* 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