View Single Post
Old 01-21-2011, 04:24 PM   #5
marekl
Member
marekl doesn't littermarekl doesn't litter
 
Posts: 11
Karma: 176
Join Date: Jan 2011
Device: Kindle/iPad
Hi, the .calibre4 style is used for H2 headings. The base text paragraph with bold looks like this in EPUB:

<p class="calibre3"><b class="calibre6">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas est odio, consequat vel pretium id, vestibulum eu quam. Maecenas sed risus purus, ac blandit nisi. Aenean a tellus nisl, ullamcorper condimentum lorem. Curabitur pellentesque varius sem, at fermentum libero semper vitae.</b></p>

And the styles definitions are:

.calibre3 {
display: block;
font-weight: normal;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
text-align: justify;
text-indent: 1.1em
}

.calibre6 {
font-weight: bolder
}

Last edited by marekl; 01-21-2011 at 04:27 PM.
marekl is offline   Reply With Quote