Fixed typo in CSS code for overriding default tile animation.

This commit is contained in:
rdewit
2012-07-02 15:00:50 +10:00
parent 24d421a449
commit b837d9bdf4

View File

@@ -72,7 +72,7 @@ The displaying of tiles can now be animated, using CSS3 transitions. Transitions
People can override this rule to use other transition settings. To remove tile animation entirely use:
.olLayerGridTile .olTileImage {
.olLayerGrid .olTileImage {
-webkit-transition: none;
-moz-transition: none;
-o-transition: all 0 none;