diff options
Diffstat (limited to 'theme/templates/ebook')
-rw-r--r-- | theme/templates/ebook/footer.html | 2 | ||||
-rw-r--r-- | theme/templates/ebook/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/ebook/footer.html b/theme/templates/ebook/footer.html index 6975821..7ddf091 100644 --- a/theme/templates/ebook/footer.html +++ b/theme/templates/ebook/footer.html @@ -1,4 +1,4 @@ -<div style="font-family: sans-serif;margin-top: 20px;padding-top: 10px;border-top: 2px solid #eee;color:#aaa;"> +<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 diff --git a/theme/templates/ebook/header.html b/theme/templates/ebook/header.html index 4851be2..f6eda79 100644 --- a/theme/templates/ebook/header.html +++ b/theme/templates/ebook/header.html @@ -1,3 +1,3 @@ -<div style="font-family: sans-serif;margin-top: 20px;padding-bottom: 10px;border-bottom: 2px solid #eee;color: #aaa;"> +<div style="font-family: sans-serif;margin-top: 20px;padding-bottom: 10px;border-bottom: 1px solid #eee;color: #aaa;"> <span>_TITLE_</span> </div>
\ No newline at end of file |