better centering on suggested pages

This commit is contained in:
Luke Pulverenti 2013-05-03 16:50:13 -04:00
parent b5c43bdbf7
commit 75ff5c8f43
13 changed files with 129 additions and 128 deletions

View file

@ -16,19 +16,24 @@
<a href="tvpeople.html" data-role="button">Actors</a>
<a href="tvstudios.html" data-role="button">Networks</a>
</div>
<div class="ehsContent">
<h1 class="listHeader firstListHeader">Latest Unwatched Episodes</h1>
<div id="recentlyAddedItems">
</div>
<table class="ehsContent">
<tr>
<td>
<h1 class="listHeader firstListHeader">Latest Unwatched Episodes</h1>
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">Resume</h1>
<div id="recentlyAddedItems">
</div>
<div id="resumableItems">
</div>
</div>
</div>
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">Resume</h1>
<div id="resumableItems">
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>