aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-01-17 10:33:18 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-01-17 10:33:18 +0100
commite0aba9f5aec9d1bea9f1b1729d5f6022e412196c (patch)
tree16141431a97db466493620cd96cf12641d70da86 /css/reveal.css
parent66d7b6bfae8d14611c2c10c81412668d0eb8a3ed (diff)
downloadfreenode-live-2017-presentation-e0aba9f5aec9d1bea9f1b1729d5f6022e412196c.tar
freenode-live-2017-presentation-e0aba9f5aec9d1bea9f1b1729d5f6022e412196c.tar.gz
apply z position to slide container, rather than individual slides
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 67986b6..35a048f 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -627,7 +627,7 @@ body {
/*********************************************
* OVERVIEW
*********************************************/
-.reveal.overview .slides {
+.reveal.overview {
-webkit-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
-webkit-perspective: 700px;