View Single Post
Old 06-06-2013, 08:54 AM   #8
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,801
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
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
Attached Files
File Type: epub Sigil_Forum_Question.epub (2.8 KB, 188 views)
RbnJrg is offline   Reply With Quote