diff options
author | Munyoki Kilyungi | 2023-11-30 12:22:53 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-11-30 16:29:37 +0300 |
commit | c74821cd2c745e19e901de34577181a40e451069 (patch) | |
tree | a56fbd780ee8b3e2c00418155370fc5e8ee302b1 /wqflask | |
parent | 83966632e1ceb269644500e7876a15fd1d16a876 (diff) | |
download | genenetwork2-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>
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/phenotype.html | 3 |
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"> |