better centering on suggested pages
This commit is contained in:
parent
b5c43bdbf7
commit
75ff5c8f43
13 changed files with 129 additions and 128 deletions
|
@ -16,31 +16,35 @@
|
|||
<a href="musicgenres.html" data-role="button">Genres</a>
|
||||
</div>
|
||||
|
||||
<div class="ehsContent">
|
||||
<h1 class="listHeader firstListHeader">Latest Albums</h1>
|
||||
<table class="ehsContent">
|
||||
<tr>
|
||||
<td>
|
||||
<h1 class="listHeader firstListHeader">Latest Albums</h1>
|
||||
|
||||
<div id="recentlyAddedAlbums">
|
||||
</div>
|
||||
<div id="recentlyAddedAlbums">
|
||||
</div>
|
||||
|
||||
<h1 class="listHeader">Latest Songs</h1>
|
||||
<h1 class="listHeader">Latest Songs</h1>
|
||||
|
||||
<div id="recentlyAddedSongs">
|
||||
</div>
|
||||
<div id="recentlyAddedSongs">
|
||||
</div>
|
||||
|
||||
<div id="recentlyPlayed" style="display: none;">
|
||||
<h1 class="listHeader">Recently Played</h1>
|
||||
<div id="recentlyPlayed" style="display: none;">
|
||||
<h1 class="listHeader">Recently Played</h1>
|
||||
|
||||
<div id="recentlyPlayedSongs">
|
||||
</div>
|
||||
</div>
|
||||
<div id="recentlyPlayedSongs">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="topPlayed" style="display: none;">
|
||||
<h1 class="listHeader">Most Frequently Played</h1>
|
||||
<div id="topPlayed" style="display: none;">
|
||||
<h1 class="listHeader">Most Frequently Played</h1>
|
||||
|
||||
<div id="topPlayedSongs">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="topPlayedSongs">
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue