Dropdown value

CSS

Circle

{ list-style-type: circle; list-style-image: none; }

Disc

{ list-style-type: disc; list-style-image: none; }

Square

{ list-style-type: square; list-style-image: none; }

None

{ list-style-type: none; list-style-image: none; }

Inherit

{ list-style-type: inherit; list-style-image: inherit; }

<custom image>

{ list-style-type: none; list-style-image: url(...); }

<blank>

{ }