diff options
author | Hakim El Hattab | 2016-06-21 11:30:12 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-06-21 11:33:07 +0200 |
commit | bac187f3a0f7e8f92d33ca0258fe2e96553d2930 (patch) | |
tree | a433daed2186f23805aba51d0f33ebd875e5dc6a /css/reveal.css | |
parent | c2997c605d969ae46180f0a714802511bb89dbc7 (diff) |
request fullscreen on documentElement instead of body (#1621 #1624)
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/css/reveal.css b/css/reveal.css index b203074..778076e 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -47,12 +47,6 @@ body { background-color: #fff; color: #000; } -html:-webkit-full-screen-ancestor { - background-color: inherit; } - -html:-moz-full-screen-ancestor { - background-color: inherit; } - /********************************************* * VIEW FRAGMENTS *********************************************/ |