fix inconsistency with vertical centering when using page transition

master
Hakim El Hattab 2012-11-24 20:57:16 -05:00
parent 1732d67cf5
commit e34ed3c2ff
2 changed files with 5 additions and 3 deletions

View File

@ -607,8 +607,9 @@ body {
}
.reveal.center,
.reveal.center .slides {
min-height: auto;
.reveal.center .slides,
.reveal.center .slides section {
min-height: auto !important;
}
@ -900,6 +901,7 @@ body {
.reveal.page .slides section {
padding: 30px;
min-height: 600px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long