fimfic2epub/src/style/paragraphs-spaced.styl

14 lines
143 B
Stylus
Raw Normal View History

p {
margin-top: 1em;
2018-03-13 10:07:11 +13:00
margin-bottom: 1em;
}
.chapter-title + p {
margin-top: 0;
}
.bbcode-center, .bbcode-right {
margin-top: 1em;
}