Quote:
Originally Posted by JSWolf
As for div.poetry p, 3em is too large. Think of reading this on a small cell phone screen.
|
The 3em is for indenting wrapped lines, it's cancelled by the negative text-indent. As long as you can distinguish wrapped lines from double-indented lines, it should be fine.
Quote:
Also, you don't need padding and you don't need left align.
|
The padding is to prevent it being overridden by other margin specifications. You need left align if you don't want your poetry lines (the wrapped lines, at least) to be justified when the user selects justification for the main text.