diff options
author | zsloan | 2021-01-17 14:58:09 -0600 |
---|---|---|
committer | zsloan | 2021-01-17 14:58:09 -0600 |
commit | f3233ca18f8daf6b4322619f6d34093b97ec8ccf (patch) | |
tree | 910018d5b4741298a8151e72fb3a94bbe6bd61b1 | |
parent | c228aff0cc9480f7b9ee46e54c9fef0f46299a3d (diff) | |
parent | db31d53421c033a9907d2c67bc8a0c3c911b5402 (diff) | |
download | genenetwork2-f3233ca18f8daf6b4322619f6d34093b97ec8ccf.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
-rw-r--r-- | wqflask/wqflask/templates/facilities.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/facilities.html b/wqflask/wqflask/templates/facilities.html index 56b127f9..dc8d0ded 100644 --- a/wqflask/wqflask/templates/facilities.html +++ b/wqflask/wqflask/templates/facilities.html @@ -4,6 +4,14 @@ {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> + +<style> + img[src="https://github.com/genenetwork/gn-docs/raw/master/general/help/octopus.jpg"] { + width:100%; + margin:20px 0px; +} +</style> + {% endblock %} {% block content %} |