[Pkg-javascript-commits] [leaflet] 244/301: bring back zoom control size on mobile, cleanup

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit ba0fb350689595de952382fd326f90c03b12f16e
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Wed Nov 13 19:49:44 2013 +0200

    bring back zoom control size on mobile, cleanup
---
 dist/leaflet.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dist/leaflet.css b/dist/leaflet.css
index 7d2301a..ac0cd17 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -245,8 +245,9 @@
 	}
 
 .leaflet-touch .leaflet-bar a {
-	width: 34px;
-	height: 34px;
+	width: 30px;
+	height: 30px;
+	line-height: 30px;
 	}
 
 
@@ -263,11 +264,9 @@
 
 .leaflet-touch .leaflet-control-zoom-in {
 	font-size: 22px;
-	line-height: 34px;
 	}
 .leaflet-touch .leaflet-control-zoom-out {
 	font-size: 24px;
-	line-height: 34px;
 	}
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list