aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab2012-11-10 12:16:48 -0500
committerHakim El Hattab2012-11-10 12:16:48 -0500
commit64ebbf80fb6954b4306756337440238bbf52de51 (patch)
treec09fa8438e3728aaced926d1722f4b2abea5ec10 /css
parentc79376dab2998cdaf906bb281ae4fc220e2a2e3a (diff)
revert to display none from visibility hidden to correct vertical centering
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css
index c4c2991..1b1bd08 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -534,7 +534,7 @@ body {
.reveal .slides>section,
.reveal .slides>section>section {
- visibility: hidden;
+ display: none;
position: absolute;
width: 100%;
@@ -566,7 +566,7 @@ body {
.reveal .slides>section.present,
.reveal .slides>section>section.present {
- visibility: visible;
+ display: block;
z-index: 11;
opacity: 1;
}