revert to display none from visibility hidden to correct vertical centering

master
Hakim El Hattab 2012-11-10 12:16:48 -05:00
parent c79376dab2
commit 64ebbf80fb
1 changed files with 2 additions and 2 deletions

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