Skip to content

Commit

Permalink
Better game icon margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Compizfox committed Jun 25, 2014
1 parent 2ea22da commit f9c1d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backlog/include/steamwidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

$rpgamesstring = "";
foreach(json_decode($data['games']) as $game) {
$rpgamesstring .= "<img src=\"http://media.steampowered.com/steamcommunity/public/images/apps/{$game->appid}/{$game->img_icon_url}.jpg\" title=\"{$game->name}\" alt />&nbsp;&nbsp;";
$rpgamesstring .= "<img style=\"margin: 4px\" src=\"http://media.steampowered.com/steamcommunity/public/images/apps/{$game->appid}/{$game->img_icon_url}.jpg\" title=\"{$game->name}\" alt />";
}
?>

Expand Down

0 comments on commit f9c1d76

Please sign in to comment.