[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve main page layout
Holger Levsen
holger at moszumanska.debian.org
Tue Jun 9 09:04:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 0e8a2715b755505fc71467b57704b00273d04874
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 9 11:04:15 2015 +0200
reproducible: improve main page layout
---
bin/reproducible_html_graphs.sh | 4 ++--
userContent/reproducible/static/style.css | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 6e399d0..dd804db 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -555,7 +555,7 @@ create_main_stats_page() {
for SUITE in $SUITES ; do
write_page " <a href=\"/$SUITE\"><img src=\"/userContent/$SUITE/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE stats\"></a>"
done
- write_page "</p><p>"
+ write_page "</p><p><center>"
# write meta pkg graphs per suite
for SUITE in $SUITES ; do
if [ "$SUITE" != "unstable" ] ; then
@@ -568,7 +568,7 @@ create_main_stats_page() {
write_page "<a href=\"/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\"><img src=\"/userContent/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\"></a>"
done
done
- write_page "</p><p>"
+ write_page "</center></p><p>"
# write inventory table
write_page "<table class=\"main\"><tr><th> </th><th>amount</th></tr>"
write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct issues</a></td><td>$ISSUES</td></tr>"
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 0453bc4..aa8dbbe 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -35,7 +35,7 @@ img.overview {
}
img.metaoverview {
- max-width: 3%;
+ max-width: 3.1%;
}
.beta {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list