Fix some styling issues

This commit is contained in:
Tim 2015-06-24 12:27:11 +02:00
parent 0224c709b0
commit cf502ddd2a
4 changed files with 8 additions and 7 deletions

View file

@ -10,7 +10,7 @@
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
% if a['rows'][0]['grandparent_thumb'] != '':
<img class="home-platforms-instance-poster"
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=153&height=225">
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=162&height=240">
% else:
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
% endif
@ -35,7 +35,7 @@
<a href="info?rating_key=${a['rows'][0]['rating_key']}">
% if a['rows'][0]['grandparent_thumb'] != '':
<img class="home-platforms-instance-poster"
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=153&height=225">
src="pms_image_proxy?img=${a['rows'][0]['grandparent_thumb']}&width=162&height=240">
% else:
<img class="home-platforms-instance-poster" src="interfaces/default/images/poster.png">
% endif