diff options
Diffstat (limited to 'theme/templates/ebook/footer.html')
-rw-r--r-- | theme/templates/ebook/footer.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/theme/templates/ebook/footer.html b/theme/templates/ebook/footer.html index 7ddf091..8592213 100644 --- a/theme/templates/ebook/footer.html +++ b/theme/templates/ebook/footer.html @@ -1,4 +1,8 @@ -<div style="font-family: sans-serif;margin-top: 20px;padding-top: 10px;border-top: 1px solid #eee;color:#aaa;"> - <span>_SECTION_</span> - <span style="float:right;">_PAGENUM_</span> -</div>
\ No newline at end of file +<html> + <body> + <div class="pdf-footer"> + <span>_SECTION_</span> + <span class="footer-pages-count">_PAGENUM_</span> + </div> + </body> +</html>
\ No newline at end of file |