diff options
author | Pjotr Prins | 2020-04-13 08:25:12 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-13 08:25:12 -0500 |
commit | 2cf9b61eb9212c1755d7eee2cdd41c2f0767ce07 (patch) | |
tree | 66c7186b9e6aa183ebba274e70bf5b2dfd2f20fd /bh20simplewebuploader/templates | |
parent | 05c351d0a8059c06f91b88e9beec6e5720bac005 (diff) | |
download | bh20-seq-resource-2cf9b61eb9212c1755d7eee2cdd41c2f0767ce07.tar.gz bh20-seq-resource-2cf9b61eb9212c1755d7eee2cdd41c2f0767ce07.tar.lz bh20-seq-resource-2cf9b61eb9212c1755d7eee2cdd41c2f0767ce07.zip |
Logo height
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 1b042bf..c5dcce6 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -260,11 +260,11 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } <hr> <div class="footer"> - <a href="https://arvados.org/"><img src="static/image/arvados-logo.png" height="80"></a> - <a href="https://www.commonwl.org/"><img src="static/image/CWL-Logo-Header.png" height="80"></a> + <a href="https://arvados.org/"><img src="static/image/arvados-logo.png" align="top"></a> + <a href="https://www.commonwl.org/"><img src="static/image/CWL-Logo-Header.png" height="70"></a> <a href="https://github.com/virtual-biohackathons/covid-19-bh20"> - <img src="static/image/covid19biohackathon.png" align="right" height="80"></a> + <img src="static/image/covid19biohackathon.png" align="right" height="70"></a> <center> <small><a href="https://github.com/arvados/bh20-seq-resource">Source code</a> · Powered by <a href="https://www.commonwl.org/">Common Workflow Language</a> & <a href="https://arvados.org/">Arvados</a>; Made for <a href="https://github.com/virtual-biohackathons/covid-19-bh20">COVID-19-BH20</a> |