Quote:
Originally Posted by crutledge
Since kindlegen does not handle <blockquote>, I experimented with the following class:
Code:
.block{
padding-bottom: 4px;
padding-top: 4px;
padding-left: 3em;
}
This doesn't work either so I guess more is wrong than <blockquote>. No padding.
|
padding is completely ignored by kindlegen. margin-top and margin-bottom might work.