Quote:
.stanza {
margin-top: 1em;
margin-right: 0;
margin-bottom: 1em;
margin-left: 2em;
text-align: left;
}/*Missing closing brace*/
.stanza p {
padding-left: 2em;
text-indent: -2em;
}
|
Could be a typo in your post, but if it's in the css, some readers may ignore the whole thing.
ETA: in Sigil, under Tools|Validate style sheets with w3c, the following error is listed:
33 .stanza Parse Error .stanza p { padding-left: 2em; text-indent: -2em; }