summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-09 11:04:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-09 11:04:15 +0200
commit0e8a2715b755505fc71467b57704b00273d04874 (patch)
tree5dd97db0fb7e572c9ba88632115bf029b8361027
parent65eb0aaacb1a14ebd7ebf85d0f90b6633598a5f6 (diff)
downloadjenkins.debian.net-0e8a2715b755505fc71467b57704b00273d04874.tar.xz
reproducible: improve main page layout
-rwxr-xr-xbin/reproducible_html_graphs.sh4
-rw-r--r--userContent/reproducible/static/style.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 6e399d06..dd804db9 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>&nbsp;</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 0453bc49..aa8dbbe4 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 {