aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAlexander <alex_corrochano@yahoo.es>2015-03-19 11:49:19 +0800
committerAlexander <alex_corrochano@yahoo.es>2015-03-19 11:49:19 +0800
commit41cf154a605db67d0845e74ca021d6ac171cb64b (patch)
tree124080173cd125553c00039b4fe8d762875cfa08 /js
parent8858ee75a5b5a74c4ed102555c7baaa0f5d29ecd (diff)
downloadfosdem-2018-presentation-41cf154a605db67d0845e74ca021d6ac171cb64b.tar
fosdem-2018-presentation-41cf154a605db67d0845e74ca021d6ac171cb64b.tar.gz
Update reveal.js
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 65ac29f..915f8bb 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -1566,7 +1566,7 @@
};
// Reduce available space by margin
- size.presentationWidth -= ( size.presentationHeight * config.margin );
+ size.presentationWidth -= ( size.presentationWidth * config.margin );
size.presentationHeight -= ( size.presentationHeight * config.margin );
// Slide width may be a percentage of available width