fixes #213 - Nasty border around suggested.
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
<div id="gameSystemTabs" class="itemTabs" style="display: none;">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||
<a href="gamesrecommended.html" data-role="button">Suggested</a>
|
||||
<a href="games.html" data-role="button" class="ui-btn-active">Games</a>
|
||||
<a href="gamesystems.html" data-role="button">Game Systems</a>
|
||||
<a href="games.html" data-role="button">Games</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="gamestudios.html" data-role="button">Studios</a>
|
||||
</div>
|
||||
|
||||
@@ -441,7 +441,7 @@
|
||||
|
||||
var cssClass = "posterItem";
|
||||
|
||||
if (options.transparent) {
|
||||
if (options.transparent !== false) {
|
||||
cssClass += " transparentPosterItem";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user