hey I am not sure how to start new thread so post here
found bug in sigil 8.7 css file
if you put this in new css
Code:
h2.chapterNumber {
font-size: 2em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 6em 0em 2em 0em;
}
h2.chapterTitle {
font-size: 1.8em;
font-style: normal;
font-weight: bold;
text-align: right;
text-indent: 0em;
margin: 6em 0em 2em 0em;
}
h2.contentsHead {
font-size: 1.5em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 2em 0em 3em 0em;
}
p.chapterDateline {
font-size: 0.75em;
font-style: normal;
font-weight: bold;
text-align: left;
text-indent: 0em;
margin: 0em 0em 3em 0em;
}
.chapterOpenerText {
font-size: 0.90em;
font-style: normal;
font-weight: normal;
line-height: 1.20em;
text-align: justify;
text-indent: 0em;
margin: 0em 0em 0em 0em;
}
p.contentsEntry {
font-size: 0.90em;
font-style: normal;
font-weight: normal;
text-align: left;
text-indent: 0em;
margin: 0em 0em 1em 0em;
}
p.para {
font-size: 0.90em;
font-style: normal;
font-weight: normal;
line-height: 1.20em;
text-align: justify;
text-indent: 1em;
margin: 0em 0em 0em 0em;
}
.paraNoIndent {
font-size: 0.90em;
font-style: normal;
font-weight: normal;
line-height: 1.20em;
text-align: justify;
text-indent: 0em;
margin: 0em 0em 0em 0em;
}
p.spaceBreak {
text-align: center;
text-indent: 0em;
margin: 3em 0em 3em 0em;
}
p.titlePageAuthor {
font-size: 1.3em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 0em 0em 4em 0em;
}
p.titlePageCity {
font-size: 0.75em;
font-style: normal;
font-weight: normal;
text-align: center;
text-indent: 0em;
margin: 0em 0em 0em 0em;
}
p.titlePageImprint {
font-size: 1.3em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 0em 0em 0em 0em;
}
p.titlePageLogo {
text-align: center;
text-indent: 0em;
margin: 0em 0em 0em 0em;
}
p.titlePagePublisher {
font-size: 0.90em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 0em 0em 0em 0em;
}
p.titlePageText {
font-size: 2.8em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 1em 0em 1em 0em;
}
p.titlePageTitle {
font-size: 2em;
font-style: normal;
font-weight: bold;
text-align: center;
text-indent: 0em;
margin: 0em 0em 5em 0em;
}
span.bold {
font-style: normal;
font-weight: bold;
}
span.italic {
font-style: italic;
font-weight: normal;
}
span.smallCaps {
font-size: 0.75em;
}
span.subscript {
font-size: 0.75em;
vertical-align: sub;
}
span.superscript {
font-size: 0.75em;
vertical-align: super;
}
it cuts out at just below span bold