Browse Source

Don't use non-existent pseudo-selector ":full-screen".

pull/48/head
Joachim Bauch 9 years ago
parent
commit
8dcaf26dd5
  1. 3
      css/style.css

3
css/style.css

@ -120,9 +120,6 @@ video {
#app-content:-ms-fullscreen {
width: 100%;
}
#app-content:full-screen {
width: 100%;
}
#app-content:fullscreen {
width: 100%;
}

Loading…
Cancel
Save