From a45fb713d2a543bf941da48ab740296a0324745b Mon Sep 17 00:00:00 2001 From: Nathanaƫl Jourdane <njourdane@irap.omp.eu> Date: Tue, 10 Apr 2018 18:21:26 +0200 Subject: [PATCH] datasets info: reduce space after titles --- js/resources/css/amda.css | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css index 012a75a..c63df5b 100644 --- a/js/resources/css/amda.css +++ b/js/resources/css/amda.css @@ -524,8 +524,13 @@ p + p { .infoWindow h2 { font-size: small; + margin-bottom: 5px; } .infoWindow h3 { font-size: x-small; } + +.infoWindow p { + margin-top: 5px; +} -- libgit2 0.21.2