Quote:
Originally Posted by jhowell
It should be 1.6em. If you have a counter example I would very much like to see it.
(If you can supply the title/ASIN of a book, I can take a look at the free sample and see what is going on with it.)
|
Attached are, respectively, quick pictures of my Kindle with
A Fire Upon the Deep—which I'm using as a reference standard, whose style sheet says 5%—and
The Wandering Inn with this globally added (as well as a
line-height adjustment):
Code:
p {
text-indent: 0%
}
p + p {
text-indent: 5%
}
https://imgur.com/gallery/Tsldhwi
The Wandering Inn's indentation looks bigger to me, and
A Fire Upon the Deep's doesn't look like 1.6em to me. What do you think?