diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-27 08:30:57 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-27 08:30:57 +0200 |
commit | 1623b3782efe7b57846ad7fb66fc50d1c8f041ea (patch) | |
tree | a52e7daa8715ba3a349b368f58ac5e4d3ec8bdca /css | |
parent | ddfb0aa86fdfc8e92d0b81fbe36dc79c4585dd86 (diff) | |
download | fosdem-2018-presentation-1623b3782efe7b57846ad7fb66fc50d1c8f041ea.tar fosdem-2018-presentation-1623b3782efe7b57846ad7fb66fc50d1c8f041ea.tar.gz |
fix #627
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/css/reveal.css b/css/reveal.css index 7c3f5a1..6a8cd4a 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1867,11 +1867,6 @@ body { .zoomed .reveal *, .zoomed .reveal *:before, .zoomed .reveal *:after { - -webkit-transform: none !important; - -moz-transform: none !important; - -ms-transform: none !important; - transform: none !important; - -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -ms-backface-visibility: visible !important; |