summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-07 17:33:21 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-07 17:33:21 +0200
commit8e41c5b7bbfb1da807253da98ee02a4db9782bad (patch)
treeb61d9ba69f77140c85af7326373e297d4cb809d9 /bin
parentca8dbac484ef2cd34d0b5fa94d49a915badac30a (diff)
downloadjenkins.debian.net-8e41c5b7bbfb1da807253da98ee02a4db9782bad.tar.xz
reproducible: improve CSS
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_stats.sh4
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() {