diff options
author | Frederick Muriuki Muriithi | 2024-01-19 04:38:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-19 04:38:58 +0300 |
commit | 028e84f8a179f43e092cfb35975ef30d47aca82a (patch) | |
tree | f862eb49257459e905203bbfe4d6635d51f7fb28 /qc_app/static | |
parent | 8b6785be9a61d7ba17a2320a79184bee0914a2f1 (diff) | |
download | gn-uploader-028e84f8a179f43e092cfb35975ef30d47aca82a.tar.gz |
UI: Present entry point for R/qtl2 bundles upload.
Diffstat (limited to 'qc_app/static')
-rw-r--r-- | qc_app/static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index af5281e..f6e829f 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -10,7 +10,7 @@ label, legend { text-transform: capitalize; } -#explainer { +.explainer { font-family: Georgia, Garamond, serif; font-style: normal; font-size: 1.275em; |