improved tile styles

This commit is contained in:
Luke Pulverenti 2013-04-25 20:52:55 -04:00
parent 322cc9ebe9
commit 6510868c48
9 changed files with 307 additions and 130 deletions

View file

@ -26,6 +26,20 @@
<div id="recentlyAddedSongs">
</div>
<div id="recentlyPlayed" style="display: none;">
<h1 class="listHeader">Recently Played</h1>
<div id="recentlyPlayedSongs">
</div>
</div>
<div id="topPlayed" style="display: none;">
<h1 class="listHeader">Most Frequently Played</h1>
<div id="topPlayedSongs">
</div>
</div>
</div>
</div>
</div>