View Single Post
Old 09-12-2014, 05:15 PM   #19
Arkadian
Connoisseur
Arkadian began at the beginning.
 
Posts: 96
Karma: 10
Join Date: Mar 2014
Device: none
Hi arspr,

"block_" is just a short hand version of "block_some-number", so no problem there.

At the moment this is the style for h2:

Code:
.block_17 {
    display: block;
    font-family: "Liberation Sans", sans-serif;
    font-size: 1.66667em;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-indent: 0;
    padding: 0;
    page-break-inside: avoid;
    page-break-after: avoid;
    margin: 68.6pt 0 34.3pt
    }
so I think I am doing what you are suggesting, am I?

This is what comes AFTER the heading:

Code:
...
</ol>
	<h2 id="id_RefHeading__5349_1529499100" class="block_17">Heading with no text</h2>
	<ol class="list_1">
	<li class="block_100" value="338">yadda yadda yadda</li>
...
But if what you are saying is true for ibooks as well, I might just give up, then

Last edited by Arkadian; 09-12-2014 at 05:19 PM.
Arkadian is offline   Reply With Quote