about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-30 12:22:53 +0300
committerBonfaceKilz2023-11-30 16:29:37 +0300
commitc74821cd2c745e19e901de34577181a40e451069 (patch)
treea56fbd780ee8b3e2c00418155370fc5e8ee302b1
parent83966632e1ceb269644500e7876a15fd1d16a876 (diff)
downloadgenenetwork2-c74821cd2c745e19e901de34577181a40e451069.tar.gz
Remove text-underline for phenotype page-header.
* wqflask/wqflask/templates/phenotype.html: Remove underline.

Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--wqflask/wqflask/templates/phenotype.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/phenotype.html b/wqflask/wqflask/templates/phenotype.html
index 51825ac5..fa749787 100644
--- a/wqflask/wqflask/templates/phenotype.html
+++ b/wqflask/wqflask/templates/phenotype.html
@@ -3,7 +3,6 @@
 {% block css %}
 <style type="text/css">
  .page-header {
-     text-underline-offset: 0.5rem;
      padding: 1em;
  }
 </style>
@@ -14,7 +13,7 @@
 {% block content %}
 
 <h1 class="page-header">
-    <u>Phenotype: {{ metadata.traitName }} ({{ metadata.abbreviation}})</u>
+    Phenotype: {{ metadata.traitName }} ({{ metadata.abbreviation }})
 </h1>
 
 <div class="container">