[Pkg-javascript-commits] [leaflet-markercluster] 150/479: Fix up styles for IE again, works better for 7/8 now.

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:23 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 8b427476900f166eeb9f9def1e159eaff1890f60
Author: danzel <danzel at localhost.geek.nz>
Date:   Tue Aug 7 13:47:23 2012 +1200

    Fix up styles for IE again, works better for 7/8 now.
---
 dist/MarkerCluster.Default.css    | 1 -
 dist/MarkerCluster.Default.ie.css | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/dist/MarkerCluster.Default.css b/dist/MarkerCluster.Default.css
index 69f3356..90558dd 100644
--- a/dist/MarkerCluster.Default.css
+++ b/dist/MarkerCluster.Default.css
@@ -20,7 +20,6 @@
 	}
 
 .marker-cluster {
-	text-align: center;
 	background-clip: padding-box;
 	border-radius: 20px;
 	}
diff --git a/dist/MarkerCluster.Default.ie.css b/dist/MarkerCluster.Default.ie.css
index aa93ae9..1d0de51 100644
--- a/dist/MarkerCluster.Default.ie.css
+++ b/dist/MarkerCluster.Default.ie.css
@@ -20,8 +20,3 @@
 	background-color: rgb(241, 128, 23);
 }
 
-.marker-cluster div {
-	/* fixes the center part position. No idea why this is needed */
-	margin-left: 0px;
-}
-

-- 
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