View Single Post
Old 10-22-2010, 01:13 PM   #6
Phanes
Junior Member
Phanes began at the beginning.
 
Phanes's Avatar
 
Posts: 4
Karma: 10
Join Date: Oct 2010
Device: a few
I cleaned up the css file. Used em and also got rid of the sgc-# that Sigil generated. Here is what I have:

Code:
h3 {
text-align: center;
}
h4 {
text-align: center;
}
p.center {
text-align: center;
}
p.ital {
font-style: italic; text-align: justify; margin: 0;
}
p.ind {
text-align: justify; margin-top: 0; margin-bottom: 0; padding: 0; text-indent: 1em;
}
blockquote {
margin-left: 1.5em; border: 0; padding: 0;
}
Still, ADE won't accept it, but looks good in Sigil.
Phanes is offline   Reply With Quote