Skip to content

Instantly share code, notes, and snippets.

@javierarce
Created January 27, 2014 08:29
Show Gist options
  • Save javierarce/8644884 to your computer and use it in GitHub Desktop.
Save javierarce/8644884 to your computer and use it in GitHub Desktop.
.map .cartodb-legend-stack {
border:none;
background:none;
box-shadow:none;
webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: none;
background: none;
-webkit-transform-style: none;
-moz-transform-style: none;
-ms-transform-style: none;
-o-transform-style: none;
transform-style: none;
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
-webkit-transition-duration: none;
-moz-transition-duration: none;
-o-transition-duration: none;
transition-duration: none;
}
.map .cartodb-legend {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment