How to set default line spacing?
I have a lot of books without any line-height specification in the CSS. They all seem to display with a default line spacing which seems to be equivalent to "line-height:1", which is too close together for my taste. I can manually adjust the spacing for each book individually, or I could add "line-height:1.2" to each and every book, but either way this is a lot of work.
Something, somewhere must be specifying the default line spacing. How do I change it?
|