diff --git a/dist/MarkerCluster.Default.css b/dist/MarkerCluster.Default.css index 69f335661..90558dd6c 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 aa93ae952..1d0de51db 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; -} -