Revision: 70447
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 18, 2016 11:47 by bcounts
Initial Code
.patch-indv ul li {
list-style: none;
margin-bottom: 10px;
text-indent: 0;
}
.patch-indv ul li:before {
color: #00a4e3;
content: '\2713 '; /* Check Mark */
font-size: 1.5em;
font-weight: bold;
margin-left:-20px;
}
Initial URL
Initial Description
Change your list bullet to a custom character in CSS. Will not wrap it multiple lines
Initial Title
Css bullet img replacement
Initial Tags
css, image
Initial Language
CSS