[Grok-dev] problem with bullet lists on grok.zope.org css?

Fernando Correa Neto fcdoth at gmail.com
Wed Mar 21 13:51:22 EDT 2007


Hi.

On 3/21/07, Tim <tim.terlegard at lovelysystems.com> wrote:
> On Wednesday 21 March 2007 15.34.27 Martijn Faassen wrote:
> > Hi there,
> >
> > I just noticed that the bullet list in the 'rules of persistence'
> > section renders rather oddly on the website - no bullets.
> > A css issue?
>
> You bet  :)
>
> ul.simple {
>     list-style: none;
>     ...
> }
>
> none means no bullet

It is still good to enforce IE in this case with:

list-style-image: none;

;)

Cheers,
Fernando
>
> /Tim
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> http://mail.zope.org/mailman/listinfo/grok-dev
>


More information about the Grok-dev mailing list