aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorolivierbloch <olivier.bloch@hotmail.com>2013-10-01 14:00:32 -0700
committerolivierbloch <olivier.bloch@hotmail.com>2013-10-01 14:00:32 -0700
commit27a86d261e9d4c1f2e29b70e6de119b745aed2ec (patch)
treed6039313781944611f9e19fabdb5cbc53579ea35 /css/reveal.css
parent9cf7de54b8fb6bdad1342d087adfeea94604a674 (diff)
downloadfreenode-live-2017-presentation-27a86d261e9d4c1f2e29b70e6de119b745aed2ec.tar
freenode-live-2017-presentation-27a86d261e9d4c1f2e29b70e6de119b745aed2ec.tar.gz
IE 11 support
Added un-prefixed touch-action CSS attribute added un-prefixed PointerEvents event handler hooks
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index a9b3888..02ec810 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -487,6 +487,7 @@ body {
height: 100%;
-ms-touch-action: none;
+ touch-action: none;
}
.reveal .slides {