3 list-style-image: none
;
4 border: 1px solid
#666;
22 .arrowSteps li.arrow div {
24 background: url
( images
/jquery
.arrowSteps
.divider-ltr
.png
) no-repeat right center
;
27 /* applied to the element preceding the highlighted step */
28 .arrowSteps li.arrow.tail div {
30 background: url
( images
/jquery
.arrowSteps
.tail-ltr
.png
) no-repeat right center
;
33 /* this applies to all highlighted, including the last */
34 .arrowSteps li.head div {
36 background: url
( images
/jquery
.arrowSteps
.head-ltr
.png
) no-repeat left center
;
40 /* this applies to all highlighted arrows except the last */
41 .arrowSteps li.arrow.head div {
42 /* TODO: eliminate duplication of jquery.arrowSteps.head.png embedding */
44 background: url
( images
/jquery
.arrowSteps
.head-ltr
.png
) no-repeat right center
;