Commit a45fb713d2a543bf941da48ab740296a0324745b
1 parent
1ae61e3b
Exists in
master
and in
110 other branches
datasets info: reduce space after titles
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
js/resources/css/amda.css
@@ -524,8 +524,13 @@ p + p { | @@ -524,8 +524,13 @@ p + p { | ||
524 | 524 | ||
525 | .infoWindow h2 { | 525 | .infoWindow h2 { |
526 | font-size: small; | 526 | font-size: small; |
527 | + margin-bottom: 5px; | ||
527 | } | 528 | } |
528 | 529 | ||
529 | .infoWindow h3 { | 530 | .infoWindow h3 { |
530 | font-size: x-small; | 531 | font-size: x-small; |
531 | } | 532 | } |
533 | + | ||
534 | +.infoWindow p { | ||
535 | + margin-top: 5px; | ||
536 | +} |