diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 32d6c121..d9c197e4 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -125,7 +125,7 @@ cat > $PAGE <<- EOF </head> <body> <div id="logo"> - <p><img src="${RELEASE}_logo.png" alt="$RELEASE logo" height="50%" /></p> + <p><img src="${RELEASE}_logo.png" alt="$RELEASE logo" class="logo" /></p> </div> <div class="content"> <h1>Reproducible $RELEASE ($ARCH) ?!</h1> |