From 77f15b22adf297a8d46c3d590183b8f52b2baf51 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 19 Jan 2022 20:05:42 +0000 Subject: Make glossary link question marks italicized and red --- wqflask/wqflask/templates/search_result_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index eb4fe6a1..c86aae39 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -245,7 +245,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak  ?
LOD  
", + 'title': "
Peak ?
LOD  
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", @@ -260,7 +260,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect  ?
Size  
", + 'title': "
Effect ?
Size  
", 'type': "natural-minus-na", 'data': "additive", 'width': "65px", @@ -339,7 +339,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak  ?
LOD  
", + 'title': "
Peak ?
LOD  
", 'type': "natural-minus-na", 'data': "lod_score", 'targets': 7, @@ -354,7 +354,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect  ?
Size  
", + 'title': "
Effect ?
Size  
", 'type': "natural-minus-na", 'width': "60px", 'data': "additive", -- cgit v1.2.3