CSS Lists

list-style-position

    

/* inside | outside */
list-style-position: inside;


    

list-style-type

    

/* disc | circle | square */
/* decimal | lower-alpha | upper-alpha | lower-roman | upper-roman */
list-style-type: disc;