Merge pull request #3394 from fredj/fullscreen-css-name

Fix fullscreen pseudo CSS class name
This commit is contained in:
Frédéric Junod
2015-03-26 09:00:57 +01:00
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@
.map:-webkit-full-screen {
height: 100%;
}
.map:full-screen {
.map:fullscreen {
height: 100%;
}
</style>
+1 -1
View File
@@ -18,7 +18,7 @@
.map:-ms-fullscreen {
height: 100%;
}
.map:full-screen {
.map:fullscreen {
height: 100%;
}
.ol-rotate {