1li{
2 list-style: none;
3}
4li:before{
5 content: '';
6 display: inline-block;
7 height: y;
8 width: x;
9 background-image: url();
10}
1li{
2 list-style: none;
3}
4li:before{
5 content: '';
6 display: inline-block;
7 height: 20px;
8 width: 25px;
9 background-image: url();
10 margin-right:5px;
11}