diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-21 11:30:12 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-21 11:30:12 +0200 |
commit | a12a17b2d7053fad006ae9914309e8fb56c44329 (patch) | |
tree | 3625a609d1dfa97873dc1226fada7bf228a6f71b /css/reveal.css | |
parent | ce777e4c4b5517bf2210bc9839909413a48f42fa (diff) | |
download | fosdem-2021-minimalism-presentation-a12a17b2d7053fad006ae9914309e8fb56c44329.tar fosdem-2021-minimalism-presentation-a12a17b2d7053fad006ae9914309e8fb56c44329.tar.gz |
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 *********************************************/ |