diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-04-23 22:01:11 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-04-23 22:01:11 -0400 |
commit | 1453d15452918f1f148991ba283ea245129a8e59 (patch) | |
tree | b5dd16b1bf3ab598eccc96845921ba910515d6c7 /css/reveal.css | |
parent | 9f732edf823ae273f319094dc3acb2a9f536de86 (diff) | |
download | freenode-live-2017-presentation-1453d15452918f1f148991ba283ea245129a8e59.tar freenode-live-2017-presentation-1453d15452918f1f148991ba283ea245129a8e59.tar.gz |
ie8 tweaks
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/css/reveal.css b/css/reveal.css index 2a1f403..f5cf09f 100644 --- a/css/reveal.css +++ b/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; } |