I'm putting together my EPUB and looking at it on the Nook Color stock reader. There is a hyphenated line break almost
every line, even when the word is 18 characters long, and the hyphen break occurs 2 characters in.
Is this something I have zero control over, or is it a Nook setting that can be tweaked, or is this something I've done in my CSS?
Code:
.regular {
margin-top: 10pt;
margin-bottom: 10pt;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
text-align: justify;
text-justify: auto;
text-indent: 15pt;
widows: 2
orphans: 2;
line-height:120%;
}
I'll start experimenting, but any help in advance would be greatly appreciated.