The use of the "yuk" symbol makes it hard to space the list items in listings.html. The current hack is:
<style>
li {
height: 28px;
margin-top: 12px;
}
li.yuk::after {
position: absolute;
content: url('images/mryuk.gif');
}
</style>
but it could certainly be improved, especially for small screens.