From b1154d8239000ea2593285e9ead9b7920653289d Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 14 Apr 2017 18:23:22 +0000
Subject: [PATCH] Remove popup when removing associated element from map

---
 index.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/index.css b/index.css
index a3525ce..e953480 100644
--- a/index.css
+++ b/index.css
@@ -39,6 +39,9 @@
 	margin: -5px 0;
 	font-size: 21px;
 }
+.bigger {
+	font-size: 21px;
+}
 
 nav.loading {
 	background-image: -webkit-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);

--
Gitblit v1.9.1