From b6707d9d621bf45521a4aef624ca4369c8d4c5d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Mon, 9 Apr 2018 21:13:45 +0200
Subject: [PATCH] Historic: center icon of memorials

---
 historic.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/historic.json b/historic.json
index f1a20dc..48e2727 100644
--- a/historic.json
+++ b/historic.json
@@ -74,7 +74,7 @@
             "zoom": 14
         },
         "memorial": {
-            "sign": "<img src='maki:monument?size=11'>",
+            "sign": "<span  style='position: relative; top: -2px;'><img src='maki:monument?size=11'></span>",
             "zoom": 14
         },
         "monument": {
@@ -82,4 +82,4 @@
             "zoom": 11
         }
     }
-}
+}
\ No newline at end of file