ul#song-links { list-style-type: none; } ul#song-links a { text-decoration: none; color: inherit; } ul#song-links a:hover { text-decoration: underline; } a.dir { background-image: url('/static/icons/folder.png'); } a.file { background-image: url('/static/icons/music.png'); } a.file-cached { background-image: url('/static/icons/music-cached.png'); } a.dir, a.file { background-repeat: no-repeat; padding-left: 20px; } a.file-recoding { background-image: url('/static/icons/loading.gif'); } a.file-queued { background-image: url('/static/icons/music-queued.png'); }