CSS list-style-type not working

SeinopSys picture SeinopSys · Sep 16, 2012 · Viewed 46.7k times · Source

I have set the list-style-type in CSS, but for some reason it's not showing it.

Answer

Niet the Dark Absol picture Niet the Dark Absol · Sep 16, 2012

Because of your padding reset, the numbers are actually off to the left of the page. Try adding:

list-style-position: inside;