Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biel Frontera committed Oct 13, 2017
1 parent 092af9d commit 520cb80
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 107 deletions.
10 changes: 4 additions & 6 deletions dist/leaflet.timedimension.control.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Leaflet TimeDimension v1.0.7 - 2017-08-11
* Leaflet TimeDimension v1.1.0 - 2017-10-13
*
* Copyright 2017 Biel Frontera (ICTS SOCIB)
* [email protected]
Expand Down Expand Up @@ -240,10 +240,9 @@
}*/
.timecontrol-play.reverse:before {
content: "\e072";
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
margin-top: 1px;
-ms-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.timecontrol-play.pause:before {
content: "\e073";
Expand All @@ -252,7 +251,6 @@
-ms-transform: none;
-webkit-transform: none;
transform: none;
margin-top: 0;
}

a.timecontrol-play.loading:before {
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet.timedimension.control.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/leaflet.timedimension.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 520cb80

Please sign in to comment.