tweak ie8 fallback
This commit is contained in:
		| @@ -1117,13 +1117,22 @@ body { | |||||||
| 	overflow-y: auto; | 	overflow-y: auto; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .no-transforms .slides { | ||||||
|  | 	top: 0; | ||||||
|  | 	left: 50%; | ||||||
|  | 	margin: 0; | ||||||
|  | 	text-align: center; | ||||||
|  | } | ||||||
|  |  | ||||||
| .no-transforms .slides section { | .no-transforms .slides section { | ||||||
| 	display: block!important; | 	display: block!important; | ||||||
| 	opacity: 1!important; | 	opacity: 1!important; | ||||||
| 	position: relative!important; | 	position: relative!important; | ||||||
| 	height: auto; | 	height: auto; | ||||||
| 	min-height: auto; | 	min-height: auto; | ||||||
| 	margin-bottom: 100px; | 	top: 0; | ||||||
|  | 	left: -50%; | ||||||
|  | 	margin: 70px 0; | ||||||
|  |  | ||||||
| 	-webkit-transform: none; | 	-webkit-transform: none; | ||||||
| 	   -moz-transform: none; | 	   -moz-transform: none; | ||||||
| @@ -1131,6 +1140,10 @@ body { | |||||||
| 	        transform: none; | 	        transform: none; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .no-transforms .slides section section { | ||||||
|  | 	left: 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| .no-transition { | .no-transition { | ||||||
| 	-webkit-transition: none; | 	-webkit-transition: none; | ||||||
| 	   -moz-transition: none; | 	   -moz-transition: none; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user