Browse Source

ie8 tweaks

Hakim El Hattab 12 years ago
parent
commit
1453d15452
2 changed files with 14 additions and 6 deletions
  1. 14 6
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 14 - 6
css/reveal.css

@@ -1178,18 +1178,25 @@ body {
 	overflow-y: auto;
 }
 
-.no-transforms .slides {
+.no-transforms .reveal .slides {
+	position: relative;
 	width: 80%;
+	height: auto !important;
 	top: 0;
 	left: 50%;
 	margin: 0;
 	text-align: center;
 }
 
-.no-transforms .slides section {
-	display: block!important;
-	opacity: 1!important;
-	position: relative!important;
+.no-transforms .reveal .controls,
+.no-transforms .reveal .progress {
+	display: none !important;
+}
+
+.no-transforms .reveal .slides section {
+	display: block !important;
+	opacity: 1 !important;
+	position: relative !important;
 	height: auto;
 	min-height: auto;
 	top: 0;
@@ -1199,10 +1206,11 @@ body {
 	-webkit-transform: none;
 	   -moz-transform: none;
 	    -ms-transform: none;
+	     -o-transform: none;
 	        transform: none;
 }
 
-.no-transforms .slides section section {
+.no-transforms .reveal .slides section section {
 	left: 0;
 }
 

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