From c74821cd2c745e19e901de34577181a40e451069 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 30 Nov 2023 12:22:53 +0300 Subject: Remove text-underline for phenotype page-header. * wqflask/wqflask/templates/phenotype.html: Remove underline. Signed-off-by: Munyoki Kilyungi --- wqflask/wqflask/templates/phenotype.html | 3 +-- 1 file changed, 1 insertion(+), 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 %} @@ -14,7 +13,7 @@ {% block content %}

- Phenotype: {{ metadata.traitName }} ({{ metadata.abbreviation}}) + Phenotype: {{ metadata.traitName }} ({{ metadata.abbreviation }})

-- cgit v1.2.3