diff options
-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; }*/ |