diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-10 16:22:10 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-10 16:22:10 -0500 |
commit | fd527c5d07f621c0ba986bf4005a5df03e200268 (patch) | |
tree | b0e64937a8b69158299f5302a61648a917f09dc7 /css/reveal.css | |
parent | ecac98311606880bb8253202397afb6ee69cd832 (diff) | |
download | freenode-live-2017-presentation-fd527c5d07f621c0ba986bf4005a5df03e200268.tar freenode-live-2017-presentation-fd527c5d07f621c0ba986bf4005a5df03e200268.tar.gz |
tweak ie8 fallback
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css index 174518e..c7f3c4c 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1117,13 +1117,22 @@ body { overflow-y: auto; } +.no-transforms .slides { + top: 0; + left: 50%; + margin: 0; + text-align: center; +} + .no-transforms .slides section { display: block!important; opacity: 1!important; position: relative!important; height: auto; min-height: auto; - margin-bottom: 100px; + top: 0; + left: -50%; + margin: 70px 0; -webkit-transform: none; -moz-transform: none; @@ -1131,6 +1140,10 @@ body { transform: none; } +.no-transforms .slides section section { + left: 0; +} + .no-transition { -webkit-transition: none; -moz-transition: none; |