switch these over to css classes instead of element ids

This commit is contained in:
Gered 2017-08-28 12:28:27 -04:00
parent ddd31d40fb
commit f94c1fa82b

View file

@ -91,9 +91,9 @@ li {
.text-right { .text-right {
text-align: right; text-align: right;
} }
#pdf-page-number:before { .page-number:before {
content: counter(page); content: counter(page);
} }
#pdf-page-count:before { .page-count:before {
content: counter(pages); content: counter(pages);
} }