1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 17:44:53 +02:00

revert to display none from visibility hidden to correct vertical centering

This commit is contained in:
Hakim El Hattab
2012-11-10 12:16:48 -05:00
parent c79376dab2
commit 64ebbf80fb

View File

@@ -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;
}