Quote:
Originally Posted by RbnJrg
Maybe you could get it with:
Code:
ul {
list-style-type: circle;
}
But I'm not sure if that is what you are looking for.
|
That 'disc' is a bit small. It could work in a pinch, but <ul> itself isn’t quite what I’m after. The <dl> workaround is about right, though it's semantically off-kilter, as it were.