diff options
-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> |