From 20d39de5e834bbff7a891c1d131691aae5c00797 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 07 Jul 2019 19:53:13 +0000
Subject: [PATCH] Fix icons styling, remove redundant CSS entries

---
 map.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/map.html b/map.html
index a99816f..8e218d0 100644
--- a/map.html
+++ b/map.html
@@ -13,7 +13,7 @@
 <div id="title" class="ol-unselectable ol-control"><a href="/">TTSS Kraków</a></div>
 <div id="fail" class="ol-unselectable ol-control"><span></span> <span class="close">×</span></div>
 <div id="menu" class="ol-unselectable ol-control">
-<button id="find" type="button" title="Find"><span class="icon-zoom normal-icon reverse"></span></button>
+<button id="find" type="button" title="Find"><span class="icon-zoom small reverse"></span></button>
 <button id="track" type="button" title="GPS"><span class="icon-loc reverse"></span></button>
 </div>
 </div>

--
Gitblit v1.9.1