summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/pdf.less
blob: 4d1a99ac808307219509321e8900eb99234fbe3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@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;
}