View Single Post
Old 04-05-2013, 03:10 PM   #8
mamawe
Junior Member
mamawe began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Mar 2012
Location: DE
Device: PocketBook 360°
I've just uploaded a new version.

This fixes the paragraphs cutted by pagebreaks.

At the moment I have no idea for the term lists. In the CSS these are formatted as
Code:
p.term { padding-left: 5em; text-indent: -5em }
The paragraphs that are not indented are
Code:
<p>...</p>
If I would change them to
Code:
<p class="term">...</p>
the first line would be outdented like the previous paragraph.
mamawe is offline   Reply With Quote