I added color to make sure I was really working with span that I thought I was working with.
The CSS:
div.Main {
display: block;
color:black;
font-size: 10pt;
line-height: 12pt;
margin: 0 0 0 0;
padding: 0 0 0 0;
page-break-inside: auto ;
text-align: left;
background-color: pink ;
widows: 2 ;
orphans: 2 ;
}
div.Minor {
display: block;
color:black;
font-size: 10pt;
line-height: 12pt;
margin: 0;
padding: 0 0 0 0;
page-break-inside: auto ;
text-align: left;
widows: 2 ;
orphans: 2 ;
background-color: yellow ;
}
.Exapmle_Group { margin-left: 0 ; }
.Example_Sentence:first-of-type {font-weight: bold ; !important }
.Example_Sentence { font-weight: normal ; background-color:green}
<div class="Main">
<a class="Lemma" id="hvo15434">-er</a>
<span class="Part_Of_Speech" lang="es">v. > s.</span>
<span class="Comment">Indica al que lleva a cabo la acción; por ejemplo:</span>
<span class="Example_Group">
<span class="Example_Sentence" lang="en">worker</span>
<span class="Example_Sentence" lang="es">trabajador;</span>
</span>
<span class="Example_Group">
<span class="Example_Sentence" lang="en">lexicographer</span>
<span class="Example_Sentence" lang="es">lexicógrafo.</span>
</span>
<span class="Variant_Group">
<span class="Lexical_Function" lang="es">Var.</span>
<span class="Variant_Form">-or</span></span>
</div>
What is causing the word to run into the gap?
You can ignore "text in gap.png" attachment ... I couldn't figure out how to delete it.
Jim Albright
Wycliffe Bible Translators