diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-07 17:33:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-07 17:33:21 +0200 |
commit | 8e41c5b7bbfb1da807253da98ee02a4db9782bad (patch) | |
tree | b61d9ba69f77140c85af7326373e297d4cb809d9 /bin | |
parent | ca8dbac484ef2cd34d0b5fa94d49a915badac30a (diff) | |
download | jenkins.debian.net-8e41c5b7bbfb1da807253da98ee02a4db9782bad.tar.xz |
reproducible: improve CSS
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index a8bc23eb..7e8812b0 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -62,7 +62,7 @@ EOF init_navi_frame() { echo "<!DOCTYPE html><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />" > $NAVI echo "<link href=\"../static/style.css\" type=\"text/css\" rel=\"stylesheet\" /></head>" >> $NAVI - echo "<body><table><tr><td align=\"left\"><font size=+1>$1</font> " >> $NAVI + echo "<body><table><tr><td><font size=+1>$1</font> " >> $NAVI echo "($2) " >> $NAVI echo "<font size=-1>at $3:</font> " >> $NAVI } @@ -72,7 +72,7 @@ append2navi_frame() { } finish_navi_frame() { - echo "</td><td align=\"right\"><a href=\"$JENKINS_URL/userContent/reproducible.html\">stats for reproducible builds</a></td></tr></table></body></html>" >> $NAVI + echo "</td><td style=\"text-align:right\"><a href=\"$JENKINS_URL/userContent/reproducible.html\" target=\"_parent\">stats for reproducible builds</a></td></tr></table></body></html>" >> $NAVI } link_packages() { |