Hi phossler;
You can fix your problem by adding the following style in you css stylesheet:
Code:
blockquote p {
font-style: italic;
text-indent: 0;
}
After that, you can use inside your blockquotes, the following formula:
Code:
<blockquote>
<p>...something...</p>
</blockquote>
With that, your epub will pass the FlightCrew's test. I attach a new epub with the changes.
Regards
Rubén