Page 1 of 1

problem wish safari line-height

Posted: Thu Nov 23, 2006 4:10 am
by ruess
Hi everyone,

I'm moving this from the design forum to this one, since I seem to get more help here.

I am able to get Firefox and IE to adjust their line-height according to the code below in the layout stylesheet on both mac and pc. Safari however, does not change at all when I use line-height. I know Safari is not always the easiest to work with but I am wondering if anyone has any ideas.

Thanks!

kevin
(cms 1.0.2)

(from  layout css)
/* TEXT */
p {
  font-size: 1em;
  margin: 0 0 1.5em 0;  /* some air around p elements */
  line-height:1.5em;
  padding: 0;
}