]> git.parisson.com Git - telemeta.git/commitdiff
fix home players
authoryomguy <yomguy@parisson.com>
Thu, 27 Sep 2012 02:40:03 +0000 (04:40 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 27 Sep 2012 02:40:03 +0000 (04:40 +0200)
telemeta/templates/telemeta/home.html

index 77a211f02434eae88a7d543c403f4a3f547cf4fb..15bd8ef783aa4cd804ca2e7c15f7799d57da0a35 100644 (file)
@@ -62,7 +62,7 @@
     {% trans "Musical selection" %}</h1>
 </div>
 {% for item in sound_pub_items %}
-<div style="float: left; margin: 3px;" align="center"><a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a>{% if item.alt_title %} ({{ item.alt_title }}){% endif %}<br /><span style="font-size: 80%">{{ item.location.fullnames|to_string }}</span><br />
+<div style="float: left; margin: 3px; width: 48%" align="center"><a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a>{% if item.alt_title %} ({{ item.alt_title }}){% endif %}<br /><span style="font-size: 80%">{{ item.location.fullnames|to_string }}</span><br />
 <iframe width='376' height='220' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/archives/items/{{ item.public_id }}/player/362x130/'></iframe></div>
 {% endfor %}
 </div>