diff options
author | Hakim El Hattab | 2012-11-10 15:28:34 -0500 |
---|---|---|
committer | Hakim El Hattab | 2012-11-10 15:28:34 -0500 |
commit | 891a66b5c41c564e6fd0c180274c1ea9a24774e9 (patch) | |
tree | 44ffed8aeefa3d65b65dc7d17508780d5cd893f7 /css | |
parent | b4815a3a831cab4775b18b9e78711d25a7531f51 (diff) |
correction to vertical centering and overview mode, clean up of vertical slide storage
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/css/reveal.css b/css/reveal.css index fd4e185..c08fb1b 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -509,7 +509,6 @@ body { width: 80%; left: 50%; top: 50%; - padding: 20px 0px; overflow: visible; z-index: 1; @@ -537,6 +536,7 @@ body { display: none; position: absolute; width: 100%; + padding: 20px 0px; z-index: 10; line-height: 1.2em; @@ -579,10 +579,10 @@ body { .reveal.center, .reveal.center .slides { min-height: auto; - padding: 0; } + /********************************************* * DEFAULT TRANSITION *********************************************/ @@ -1056,7 +1056,6 @@ body { } .reveal.overview .slides section { - padding: 20px 0; height: 600px; overflow: hidden; opacity: 1!important; @@ -1078,13 +1077,12 @@ body { .reveal.overview .slides section:hover { background: rgba(0,0,0,0.3); } - .reveal.overview .slides section.present { background: rgba(0,0,0,0.3); } .reveal.overview .slides>section.stack { - background: none; padding: 0; + background: none; overflow: visible; } |