View Single Post
Old 03-17-2011, 03:05 AM   #39
kawayama
slower than molasses
kawayama began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Mar 2011
Location: sweden
Device: ipad
well, yes. that was the point. we wanted to "break" the reader feature. to get the image to center (in stanza) you have to override the custom css.
Quote:
(assuming Stanza needs this, which I don't know)
stanza doesn't need this code, but the book designer perhaps feels he does – i know i do.
say you have a qouted passage in your book, and you want to put the author name underneath, aligned right. so you style it that way:
Code:
p.attr {text-align: right;}
which stanza happily ignores, and puts the author name to the left. so you have to tell stanza your ideas are more important than it's settings:
Code:
p.attr {text-align: right !important;}
kawayama is offline   Reply With Quote