Skip to content

Commit b1880fd

Browse files
committed
Indent blockquotes
Ideally we'd also put a line on the left to more clearly mark it as a blockquote, but this will at least make it easier to distinguish blockquotes from other text.
1 parent 0d8303a commit b1880fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/epub.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ h4, p, blockquote, dl {
2929
margin: 1.12em 0;
3030
}
3131

32+
blockquote {
33+
margin-left: 1em;
34+
}
35+
3236
h5 {
3337
font-size: 0.83em;
3438
margin: 1.5em 0;

0 commit comments

Comments
 (0)