The
!important addition seems to be working very well -- even in centering images.
However, I have a dedication in one book that won't center. Below is the code. DMT (or anyone else), can you see anything wrong with this code?
.ded {
display: block;
font-size: 0.70588em;
font-style: italic;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 2em;
padding-top: 2em;
text-align: center !important;
text-indent: 0
}
The dedication is centered in Calibre's viewer. But Stanza is refusing to comply.
Maybe it's just Stanza refusing to totally give up its control!