How to fill the color inside the circle shaped line items

Posted by Samuel on Stack Overflow See other posts from Stack Overflow or by Samuel
Published on 2010-04-14T10:32:34Z Indexed on 2010/04/14 10:33 UTC
Read the original article Hit count: 220

Filed under:
|

How do I get a red color for the line items shown as a circle?

/* This maps to ul */
.rich-datalist {
    list-style: disc;
    list-style-position: inside; 
    margin: 6px 0 1px 0;
    padding-left: 18px;
}

/* This maps to li */
.rich-list-item {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 13px;
}

© Stack Overflow or respective owner

Related posts about html

Related posts about css