diff options
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 4 | ||||
-rw-r--r-- | 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 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> </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 { |