How to avoid Orpha ns
Hi.
I'm editing an epub with a lot of ordinal numbers in it, such as 15th PD.
Sometimes the number and the th are on different lines. How to avoid that?
I've tried this, but it didn't work:
.sobrescrito
{
vertical-align: 22%;
font-size: small;
widows: 0;
orphans: 0;
}
|