I found on indents, it was pretty fussy about syntax. It wouldn't accept :
p, div, span, blockquote { text-indent: 0px; }
it needed :
p, div, span, blockquote { text-indent: 0pt; }
OH! wait... on the Preferences page, there's a prefered font size and line height.
THAT's what I used for those settings. They worked fine.
|