ben-g
4/6/2017 - 6:12 PM

Nice css bullets

Nice css bullets

.page-content ul li:before {
    content: '>>';
    position: absolute;
    display: inline-block;
    left: -25px;
    top: 5px;
    letter-spacing: -2px;
    font-size: .75em;
    color: #003764;
    font-weight: 900;
}