How can I restore the "auto" values with for list-style-type in nested unordered lists with CSS?
- by Michael
By default, an unstyled set of nested <ul> lists looks like this (in Chrome, Firefox, and IE at least):
The top level has a list-style-type of disc, the next level is circle, and subsequent levels are square.
If I include a stylesheet that changes the list-style-type to none, is there a simple way to revert back to the "automatic bullet…