I have begun to use CSS almost exclusively to build Kindle books. This for example for blockquotes:
p.blockquote {
text-indent:0;
margin-left:2em;
font-family:monospace;
}
Perhaps the OP need only get rid of the space between margin-left: and the numeral?
I hasten to add that I know nothing about CSS. I just copy others' styles and test that they work in Fire, Kindle, and iPhone app.
|