Commit a45fb713d2a543bf941da48ab740296a0324745b

Authored by Nathanaël Jourdane
1 parent 1ae61e3b

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 524  
525 525 .infoWindow h2 {
526 526 font-size: small;
  527 + margin-bottom: 5px;
527 528 }
528 529  
529 530 .infoWindow h3 {
530 531 font-size: x-small;
531 532 }
  533 +
  534 +.infoWindow p {
  535 + margin-top: 5px;
  536 +}
... ...