Код: Выделить всё
[list]
[*]I want the icon to stay on the same line as this last [b]word[/b]
[/list]
Код: Выделить всё
ul li.completed a:after {
background:transparent url(img.png) no-repeat;
content: '';
display:inline-block;
width: 24px;
height: 16px;
}

Можно ли это сделать, не добавляя «nowrap» ко всей ссылке (я хочу, чтобы слова переносились , а не значок).
См. jsFiddle здесь.
Подробнее здесь: https://stackoverflow.com/questions/161 ... -next-line