about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Kabui2020-11-26 15:18:04 +0300
committerAlexander Kabui2020-11-26 15:18:04 +0300
commitc58751a8aa7ab0277096d91bb3e50c3ef0d62aab (patch)
tree6eccdc1877a025b84d566fab890921f69e336969
parent52eea81494a507eb69751dea54f98270b53d9844 (diff)
downloadgenenetwork2-c58751a8aa7ab0277096d91bb3e50c3ef0d62aab.tar.gz
add re-used css to markdown.css for easy maintenance and reusability
-rw-r--r--wqflask/wqflask/templates/references.html20
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