diff options
author | Hakim El Hattab | 2013-05-20 00:29:34 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-05-20 00:29:34 -0400 |
commit | 8b355eaba0aa1fc51c8284b02f3f9a6f7ab64410 (patch) | |
tree | c5dcbc3045f6ee1a5f9b8a08974dc7d3aa0f003e /css/reveal.css | |
parent | de551634c676831a1c0c9b2acd23f86230683d58 (diff) |
support vertical align of slides with absolute children
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/css/reveal.css b/css/reveal.css index 0175a01..543be61 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -649,10 +649,6 @@ body { transition-duration: 1200ms; } -.reveal .slides>section[data-full-height] { - height: 100%; -} - .reveal .slides>section { left: -50%; top: -50%; |