switch these over to css classes instead of element ids
This commit is contained in:
parent
ddd31d40fb
commit
f94c1fa82b
|
@ -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);
|
||||||
}
|
}
|
Loading…
Reference in a new issue