update sqlite osx

This commit is contained in:
Luke Pulverenti 2014-11-06 19:16:16 -05:00
parent c7ed71b1eb
commit 5d1c5c9370
3 changed files with 4 additions and 2 deletions

View File

@ -108,7 +108,7 @@
top: 3px;
}
@media all and (min-width: 600px) {
@media all and (min-width: 500px) {
.ehsContent {
width: 95%;

View File

@ -490,7 +490,7 @@
@media all and (min-width: 1000px) {
.myLibraryPosterItem {
width: 24%;
width: 23.5%;
/* Specify a min width just in case the container doesn't have a width */
min-width: 220px;
}

View File

@ -46,6 +46,7 @@
<div class="libraryViewNav scopedLibraryViewNav">
<a href="tvrecommended.html">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvupcoming.html">${TabUpcoming}</a>
<a href="tvshows.html">${TabShows}</a>
<a href="episodes.html">${TabEpisodes}</a>
<a href="tvgenres.html" class="ui-btn-active">${TabGenres}</a>
@ -57,6 +58,7 @@
<div class="libraryViewNav scopedLibraryViewNav">
<a href="tvrecommended.html">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvupcoming.html">${TabUpcoming}</a>
<a href="tvshows.html">${TabShows}</a>
<a href="episodes.html">${TabEpisodes}</a>
<a href="tvgenres.html">${TabGenres}</a>