Quote:
Originally Posted by AlexBell
The only difference between the poetry section and the flash fiction section is that I have used this CSS for poetry:
div.verse {
margin: 0;
padding: 0.75em 0 0 0;
} /* Sets top margin and indent for poetry verses */
div.verse p { text-indent: -2em;
margin-left: 2em;
text-align: left;
margin-bottom: 0;
padding: 0;
}
|
That (the bold part) may be the significant difference. The rest of the book is probably justified, which apparently alters the default word spacing (or you are being unlucky and find too many shrunk lines). Does it change anything (in the non-poetry part) if you modify the window width?