CSS gradients for playlist

This commit is contained in:
magnolia-fan
2011-06-16 07:27:07 +04:00
parent 90665f36b9
commit 48ab2826aa
2 changed files with 72 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ var Player = {
$('.playlist-tracks').append('\
<li id="i'+ Math.round(Math.random() * 999999) +'">\
<div class="item">\
<div class="fade"></div>\
<span class="title">'+ artist +' &mdash; '+ track +'</span>\
<span class="duration">'+ length +'</span>\
</div>\