Browse Source

fix inconsistency with vertical centering when using page transition

Hakim El Hattab 11 years ago
parent
commit
e34ed3c2ff
2 changed files with 4 additions and 2 deletions
  1. 4 2
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 4 - 2
css/reveal.css

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

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


Some files were not shown because too many files changed in this diff