Can I have a repeating background image that would only be repeated an integer number of times?
li span.counter {
height: 34px;
background-repeat: repeat-x;
background-image: url(home/bk_counter.png);
letter-spacing: 14px;
text-indent: 7px;
display: inline-block;
color: $text;
font-weight: 700;
font-size: 22px;
text-align: center;
}
Indeed playing with letter-spacing
property forces me to have the span
going further.