I'm trying this with Calibre 4.99.12 - some epub wants to have justified text, urgh - and it's doing the line-height attribute (there just as a test to see what's happening) but not the text-align:
body, h1, h2, h3, h4, h5, h6 {
text-align: left;
line-height: 200%;
}
Any ideas?
|