From 891a66b5c41c564e6fd0c180274c1ea9a24774e9 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 10 Nov 2012 15:28:34 -0500 Subject: correction to vertical centering and overview mode, clean up of vertical slide storage --- css/reveal.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'css') 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; } -- cgit v1.2.3