1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #213 - Nasty border around suggested.

This commit is contained in:
Luke Pulverenti 2013-04-29 10:16:33 -04:00
parent 68bcc4d83d
commit bc2138b959
2 changed files with 3 additions and 3 deletions

View file

@ -84,8 +84,8 @@
<div id="gameSystemTabs" class="itemTabs" style="display: none;"> <div id="gameSystemTabs" class="itemTabs" style="display: none;">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="gamesrecommended.html" data-role="button">Suggested</a> <a href="gamesrecommended.html" data-role="button">Suggested</a>
<a href="games.html" data-role="button" class="ui-btn-active">Games</a> <a href="games.html" data-role="button">Games</a>
<a href="gamesystems.html" data-role="button">Game Systems</a> <a href="gamesystems.html" data-role="button" class="ui-btn-active">Game Systems</a>
<a href="gamegenres.html" data-role="button">Genres</a> <a href="gamegenres.html" data-role="button">Genres</a>
<a href="gamestudios.html" data-role="button">Studios</a> <a href="gamestudios.html" data-role="button">Studios</a>
</div> </div>

View file

@ -441,7 +441,7 @@
var cssClass = "posterItem"; var cssClass = "posterItem";
if (options.transparent) { if (options.transparent !== false) {
cssClass += " transparentPosterItem"; cssClass += " transparentPosterItem";
} }