]> git.sur5r.net Git - i3/i3.github.io/commitdiff
downloads: display 6 icons per row
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 26 Jul 2012 09:07:10 +0000 (11:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 26 Jul 2012 09:07:10 +0000 (11:07 +0200)
downloads/index.html.mako

index 2c44cbfad1c657985a96ce5811f727bb74068524..d736b8595e28b012f026c11cf5513a6877782f47 100644 (file)
@@ -90,7 +90,7 @@ currently distributed in the following operating systems/distributions:
 % for title, link, img, height in distros:
 <div style="display: inline; min-width: 100px"><a title="i3 in ${title}" href="${link}"><img src="${img}" width="75" height="${height}" alt="${title}" title="i3 in ${title}"></a></div>
 <% c += 1 %>
-% if c % 5 == 0:
+% if c % 6 == 0:
 <br>
 % endif
 % endfor