Skip to content

Commit d3cbf73

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 d3cbf73

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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;

css/html.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ h4, p, blockquote, dl {
3333
margin: 1.12em 0;
3434
}
3535

36+
blockquote {
37+
margin-left: 1em;
38+
}
39+
3640
h5 {
3741
font-size: 0.83em;
3842
margin: 1.5em 0;

0 commit comments

Comments
 (0)