diff options
author | zsloan | 2021-12-02 21:28:13 +0000 |
---|---|---|
committer | zsloan | 2021-12-02 16:09:48 -0600 |
commit | 810cd25a4d205313eefdd18dbdf101bd84048705 (patch) | |
tree | 8b17fc66d3c3b19b0991d7e022b143e63781879a | |
parent | 69570e44f96a2385a36340d5c1985d5aab957061 (diff) | |
download | genenetwork2-810cd25a4d205313eefdd18dbdf101bd84048705.tar.gz |
Removed colons from Links headers and removed margin-bottom for H2 elements
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index 6a697570..507fcfc8 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -4,14 +4,9 @@ <style TYPE="text/css"> p.interact { display: none; } - - - .tweet { - padding:5px; color:#000; - } .media { @@ -26,7 +21,10 @@ border-radius: 5px; /*transform: scale(1.1); image small?*/ border:1px solid #c8ccc9; + } + h2 { + margin-bottom: 0px; } </style> {% endblock %} @@ -240,13 +238,13 @@ </ul> </ul> <ul> - <li>GeneNetwork v2:</li> + <li>GeneNetwork v2</li> <ul> <li><a href="http://genenetwork.org/">Main website</a> at UTHSC</li> </ul> </ul> <ul> - <li>GeneNetwork v1:</li> + <li>GeneNetwork v1</li> <ul> <li><a href="http://gn1.genenetwork.org/">Main website</a> at UTHSC</li> <li><span class="broken_link" href="http://artemis.uthsc.edu/">Time Machine</span>: Full GN versions from 2009 to 2016 (mm9)</li> @@ -254,7 +252,7 @@ </ul> </ul> <ul> - <li>Affiliates:</li> + <li>Affiliates</li> <ul> <li><b><a href="http://gn1.genenetwork.org">GeneNetwork 1</a> at UTHSC</b></li> <li><a href="https://systems-genetics.org/">Systems Genetics</a> at EPFL</li> |