View Single Post
Old 12-05-2013, 03:23 AM   #14
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,561
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by AlexBell View Post
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?
Jellby is offline   Reply With Quote