Please excuse my confusion. I put the style command
<style>
@media print {.l1{ line-height: 1 ; } }
</style>
along with <body class="l1"> in an xhtml segment which is a free-standing chapter. At print, I was hoping the line height would be reduced from 1.3 to 1 so that there would not be a straggler line left over. If I remove the word 'print' PDF conversion AND epub viewer reduces line height to 1. I was hoping for an instruction only honored during print. Best regards, Pop
|