[Git][qa/jenkins.debian.net][master] reproducible Arch Linux: adjust CSS layout to match 3 and not 4 repos being tested

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jul 11 18:01:43 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
a5c86800 by Holger Levsen at 2023-07-11T19:01:16+02:00
reproducible Arch Linux: adjust CSS layout to match 3 and not 4 repos being tested

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/reproducible_html_archlinux.sh
- userContent/reproducible/archlinux/global.css


Changes:

=====================================
bin/reproducible_html_archlinux.sh
=====================================
@@ -208,7 +208,7 @@ dashboard_page(){
 	# include graphs
 	write_page '<p style="clear:both;">'
 	for REPOSITORY in $ARCHLINUX_REPOS ; do
-		write_page "<a href=\"/archlinux/$REPOSITORY.png\"><img src=\"/archlinux/$REPOSITORY.png\" class=\"overview\" alt=\"$REPOSITORY stats\"></a>"
+		write_page "<a href=\"/archlinux/$REPOSITORY.png\"><img src=\"/archlinux/$REPOSITORY.png\" class=\"tripleview\" alt=\"$REPOSITORY stats\"></a>"
 	done
 	write_page '</p><p style="clear:both;"><center>'
 	write_page "<a href=\"/archlinux/archlinux.png\"><img src=\"/archlinux/archlinux.png\" alt=\"total Arch Linux stats\"></a></p>"


=====================================
userContent/reproducible/archlinux/global.css
=====================================
@@ -107,3 +107,7 @@ img.overview {
 	max-width: 24%;
 }
 
+img.tripleview {
+	max-width: 32%;
+}
+



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a5c86800af57d24e62bacc3f6646b74df20d22ae

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a5c86800af57d24e62bacc3f6646b74df20d22ae
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/qa-jenkins-scm/attachments/20230711/5c4946da/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list