fix code formating
This commit is contained in:
parent
eb5b771ab3
commit
e79080f9d5
1 changed files with 3 additions and 3 deletions
|
|
@ -572,10 +572,10 @@
|
|||
|
||||
/* do not animate player movements when zooming */
|
||||
.dynmap .leaflet-zoom-anim .leaflet-zoom-animated {
|
||||
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
-o-transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||
}
|
||||
|
||||
.dynmap .playerIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue