[SCM] Code for the Debian Games Parties branch, master, updated. c0accdd30f541d361857433372ca0daa9374e5e6

Paul Wise pabs at debian.org
Fri Jul 30 21:16:53 UTC 2010


The following commit has been merged in the master branch:
commit c0accdd30f541d361857433372ca0daa9374e5e6
Author: Paul Wise <pabs at debian.org>
Date:   Fri Jul 30 17:16:48 2010 -0400

    Make packages with multiple screenshots use less vertical space.

diff --git a/screenshots/templates/index.html b/screenshots/templates/index.html
index a520826..70bc711 100644
--- a/screenshots/templates/index.html
+++ b/screenshots/templates/index.html
@@ -62,7 +62,7 @@
 					{% for s in p.screenshots.all %}
 						<div class="{% ifnotequal p.version s.version %}outdated-screenshot{% else %}screenshot{% endifnotequal %}" align="left">
 							<a href="{{ s.large_url }}" title="{{ p.name }} {{ s.version }} screenshot">
-								<img src="{{ s.small_url }}" border="0">
+								<img src="{{ s.small_url }}" border="0" align="left" style="margin: 1px">
 							</a>
 							{% if p.claim_nick %}{% ifequal p.claim_nick irc_nick %}
 								<form action="{% url parties.screenshots.views.request_removal %}" method="post">

-- 
Code for the Debian Games Parties



More information about the Pkg-games-commits mailing list