diff options
Diffstat (limited to 'theme/stylesheets/pdf.less')
-rw-r--r-- | theme/stylesheets/pdf.less | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/theme/stylesheets/pdf.less b/theme/stylesheets/pdf.less deleted file mode 100644 index 4d1a99a..0000000 --- a/theme/stylesheets/pdf.less +++ /dev/null @@ -1,20 +0,0 @@ -@import "./ebook/base.less"; - -.pdf-footer { - margin-top: 20px; - padding-top: 10px; - border-top: 1px solid #eee; - color:#aaa; - - .footer-pages-count { - float: right; - } -} - -.pdf-header { - margin-top: 20px; - padding-bottom: 10px; - border-bottom: 1px solid #eee; - color: #aaa; -} - |