list-style: square url() outside;

Shorthand to set all lists properties.

li::marker {content: "- "; font-size: 10px;}

To select and change markers.

list-style-type: square circle disc "string value";    

To change the shape of markers of a list.

list-style-position: outside inside;

Set the position of the ::marker relative to it's list item.