From 57083e439e4058b0617c16d31ce48c32b96aaba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Mon, 9 Feb 2015 10:01:17 +0100 Subject: [PATCH] Fix top margin of dates --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 7c79847..9ff6095 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -56,6 +56,7 @@ a { font-style: italic; font-size: 1.2em; color: #aaa; + margin-top: 3px; } .leaflet-container a.leaflet-popup-close-button {