diff options
author | Alexander Kabui | 2020-11-26 15:18:04 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-26 15:18:04 +0300 |
commit | c58751a8aa7ab0277096d91bb3e50c3ef0d62aab (patch) | |
tree | 6eccdc1877a025b84d566fab890921f69e336969 /wqflask | |
parent | 52eea81494a507eb69751dea54f98270b53d9844 (diff) | |
download | genenetwork2-c58751a8aa7ab0277096d91bb3e50c3ef0d62aab.tar.gz |
add re-used css to markdown.css for easy maintenance and reusability
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/references.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/wqflask/wqflask/templates/references.html b/wqflask/wqflask/templates/references.html index c10576d8..e05c8440 100644 --- a/wqflask/wqflask/templates/references.html +++ b/wqflask/wqflask/templates/references.html @@ -17,25 +17,5 @@ </div> -<style type="text/css"> -<!-- --> -.container { -width:80vw; -margin: auto; -max-width:80vw; - -} - -p { - font-size: 17px; - word-spacing: 0.2em; -} -@media(max-width:650px){ - .container{ - width: 100vw; - } -} - -</style> <link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> {% endblock %}
\ No newline at end of file |