aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorolivierbloch <olivier.bloch@hotmail.com>2013-10-01 14:06:55 -0700
committerolivierbloch <olivier.bloch@hotmail.com>2013-10-01 14:06:55 -0700
commite608dafaf112f1adb2b131f9e390ff19920d791b (patch)
treec7da74c50d44572b33eeff006d0a7312c1c27fdb /css/reveal.css
parent059311923bacc80e03393ac7d7aa2be7b8ac6fc4 (diff)
parent27a86d261e9d4c1f2e29b70e6de119b745aed2ec (diff)
downloadfreenode-live-2017-presentation-e608dafaf112f1adb2b131f9e390ff19920d791b.tar
freenode-live-2017-presentation-e608dafaf112f1adb2b131f9e390ff19920d791b.tar.gz
IE11 Support
Added unprefixed touch-action CSS attribute Added unprefixed pointer events handlers 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 53bd2ba..1ebf81d 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 {