problem wish safari line-height

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
ruess

problem wish safari line-height

Post 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;
}
Locked

Return to “CMSMS Core”