I tried adding a 1px dotted border under each li element (border-bottom: 1px dotted #000; in my css). Is it possible to somehow make this border appear under the bullet as well? The border doesn't show until the text of the li starts. I want to bottom-border the whole li element including the bullet.
Am I making any sense?