View Single Post
Old 05-14-2013, 06:50 PM   #1
zs55
Junior Member
zs55 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2013
Device: Huawei Ideos S7 Slim
Margin bottom, top problem on tablet

In the sigil preview and calibre viewer and other windows e-book readers the margin-top and margin-bottom work fine for headers and paragraphs but when i use the epub on my tablet in fbreader there are no margins for headers and paragraphs at all.

I tried with different margin-bottom, margin-top values, none worked on the tablet. I don't understand.

Code:
.calibre5 {
    display: block;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center;
    text-indent: 0;
    }
Code:
 <h3 class="calibre5" id="sigil_toc_id_1" title="1. INDULÁSOK ÉS ÉRKEZÉSEK"><span class="calibre3"><span><span class="calibre4">INDULÁSOK ÉS ÉRKEZÉSEK</span></span></span></h3>

    <p class="calibre2"><span class="calibre3"><span><span class="calibre4">Eugene Skinner őrmester baljós tekintettel nézett végig a díszőrségként kivezényelt osztagon. Néhány percen belül egy tábornoknak kell keresztüljönnie a Csillagkapun, hogy ellenőrizze az Abydoson állomásozó haderőt. Az első katonai egység, amellyel találkozik, Skinner tizenhárom embere lesz.</span></span></span></p>
zs55 is offline   Reply With Quote