Using stripped down stylesheet in example.

This commit is contained in:
ahocevar
2012-01-30 09:43:25 +01:00
parent 720c49c040
commit e77b06dbc4
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -9,6 +9,12 @@ html, body, #map {
#title, #tags, #shortdesc {
display: none;
}
.olTileImage {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
div.olControlAttribution {
position: absolute;
font-size: 10px;