aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/list-packages-with-file.html')
-rw-r--r--web/templates/list-packages-with-file.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/templates/list-packages-with-file.html b/web/templates/list-packages-with-file.html
index 1b368f5..5013d1d 100644
--- a/web/templates/list-packages-with-file.html
+++ b/web/templates/list-packages-with-file.html
@@ -3,7 +3,10 @@
{% block main %}
{% for cpv in cpvs %}
-<a href="/collagen/view/package/{{cpv}}">{{cpv}}</a> <br />
+<div class="compileinfo-{% cycle odd,even %}">
+ <a href="/collagen/view/package/{{cpv}}">{{cpv}}</a> <br />
+</div>
+
{% endfor %}
{% endblock %}