[Mediawiki-l] nested <ul> lists

Kilian winkelklammern at texttheater.de
Thu Feb 14 23:45:21 UTC 2008


Am Donnerstag, den 14.02.2008, 17:32 -0600 schrieb Douglas Dunn:
> I want circle markers for the inner list. No matter what I try, I get 
> square markers for both. This seems to be a MediaWiki thing, as it works 
> elsewhere. Has anyone ever seen this?

Hi Douglas,

the square markers are actually images. In the skins/monobook/main.css,
it says:

ul {
  ...
  list-style-image: url(bullet.gif);
}

My guess is that list-style-image overrides list-style-type. So you will
have to customize the styles to get default shapes.

~ Kilian




More information about the MediaWiki-l mailing list