fimfic2epub/src/style/paragraphs-spaced.styl
2018-03-12 22:07:11 +01:00

14 lines
143 B
Stylus

p {
margin-top: 1em;
margin-bottom: 1em;
}
.chapter-title + p {
margin-top: 0;
}
.bbcode-center, .bbcode-right {
margin-top: 1em;
}