[Piuparts-devel] [Git][debian/piuparts][develop] Fix relative width for overview images
Holger Levsen
gitlab at salsa.debian.org
Thu Oct 18 12:19:45 BST 2018
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
6749f0c6 by Holger Levsen at 2018-10-18T11:19:25Z
Fix relative width for overview images
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- piuparts-report.py
Changes:
=====================================
piuparts-report.py
=====================================
@@ -1872,7 +1872,7 @@ def main():
counter = 0
for section in section_names:
counter += 1
- rows += ("<td><a href=\"/%s/\"><img src=\"/%s/states.png\" width=\"24%%\" alt=\"Binary package states in %s\"></a></td>") % \
+ rows += ("<td><a href=\"/%s/\"><img src=\"/%s/states.png\" width=\"99%%\" alt=\"Binary package states in %s\"></a></td>") % \
(section, section, section)
if counter % 4 == 0:
rows += "</tr><tr>"
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/6749f0c65b12618565f4f310b742e139d73b181a
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/6749f0c65b12618565f4f310b742e139d73b181a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20181018/14d6e8ab/attachment.html>
More information about the Piuparts-devel
mailing list