From e2d0dd24dd181322daf40a282370e79df23fc172 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 15 Oct 2020 14:40:09 -0500 Subject: Put the correlation descriptions inside of a div so that they could have their width set in the same way as other sections of the correlation/mapping options --- .../show_trait_calculate_correlations.html | 62 +++++++++++----------- 1 file changed, 32 insertions(+), 30 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index 00fdfc21..600664e2 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -114,35 +114,37 @@
- - The Sample Correlation - is computed - between trait data and any - other traits in the sample database selected above. Use - Spearman - Rank - when the sample size is small (<20) or when there are influential outliers. - - - +
+ + The Sample Correlation + is computed + between trait data and any + other traits in the sample database selected above. Use + Spearman + Rank + when the sample size is small (<20) or when there are influential outliers. + + + +
\ No newline at end of file -- cgit v1.2.3