8.7 lists margin

Hi,

As of 8.7 ULs are rendered much more "left-wise" than before.
I had in a CSS file:
   UL, OL {
     margin-top : 0px;
     margin-left : 0px;
   }
and also:
   LI {
     margin-left : 0px;
   }
This rendered the bullat almost outside the left window border.

Now I have margin-left: 1em; to achieve similar visual rendering.
MSIE renders like Amaya, Mozilla leves a big margin of about 4em.
--
Juan Lanus
TECNOSOL
Argentina

Received on Wednesday, 20 October 2004 16:44:52 UTC