Quote:
Originally Posted by thiago.eec
I was sure using !important would do the trick, but it doesn't.
So, here is another way:
Code:
p {
text-indent: 2em;
}
.noindent p {
text-indent: 0em;
}
|
One problem with using that solution is that it does not seem to allow using <p class="noindent"> to not indent a single paragraph. I've attached a sample image from calibre's ebook-viewer where the last two paragraphs should not have an indent.