[Pkg-javascript-commits] [leaflet-markercluster] 450/479: Fix this back to mobiles styles

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:01:06 UTC 2014


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

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 59560b481f320af61b37f7574959c3fb42977a96
Author: danzel <danzel at localhost.geek.nz>
Date:   Fri Dec 6 13:41:15 2013 +1300

    Fix this back to mobiles styles
---
 example/marker-clustering-realworld-mobile.388.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/marker-clustering-realworld-mobile.388.html b/example/marker-clustering-realworld-mobile.388.html
index 3b5a098..982f346 100644
--- a/example/marker-clustering-realworld-mobile.388.html
+++ b/example/marker-clustering-realworld-mobile.388.html
@@ -5,8 +5,8 @@
 
 	<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
 	<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
-	<meta name="viewport" content="width=device-width, initial-scale=1.0">
-	<link rel="stylesheet" href="screen.css" />
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+	<link rel="stylesheet" href="mobile.css" />
 
 	<link rel="stylesheet" href="../dist/MarkerCluster.css" />
 	<link rel="stylesheet" href="../dist/MarkerCluster.Default.css" />

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



More information about the Pkg-javascript-commits mailing list