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