Files
gitbook/theme/stylesheets/pdf.less
T
2015-10-06 10:38:09 +02:00

21 lines
312 B
Plaintext

@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;
}