diff options
author | Alexander Kabui | 2020-11-26 00:10:33 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-26 00:10:33 +0300 |
commit | d0550bfee7e4eaf986d797c9ebadc7b8bc59f891 (patch) | |
tree | 9297039ebbd347e178e50904c5e4133a430de522 /wqflask | |
parent | 23d27c88bcc085bac3fb14b534cf1d4a7f11f22a (diff) | |
download | genenetwork2-d0550bfee7e4eaf986d797c9ebadc7b8bc59f891.tar.gz |
modify github button
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/reference.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/wqflask/wqflask/templates/reference.html b/wqflask/wqflask/templates/reference.html index 78469d39..0ba7d7d5 100644 --- a/wqflask/wqflask/templates/reference.html +++ b/wqflask/wqflask/templates/reference.html @@ -15,10 +15,6 @@ <div id="markdown" class="container"> {{ rendered_markdown|safe }} - <!-- hello there --> - <!-- <small> - <a href="https://raw.githubusercontent.com/genenetwork/genenetwork2/wqflask/wqflask/static/glossary.md" target="_">[Edit on Github]</a></small> - {{ rendered_markdown|safe }} --> </div> <style type="text/css"> @@ -39,7 +35,7 @@ /*background: #27407a;*/ background: blue; border-radius: 20px; - text-align: center; + /*text-align: center;*/ } @@ -50,8 +46,7 @@ } /*html{ - background: red; - + scroll-behavior: smooth; }*/ |