diff options
author | Hakim El Hattab | 2013-08-11 13:50:51 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-11 13:50:51 -0400 |
commit | a96ace519413d858cfe775b8c9956d7c9a03c19e (patch) | |
tree | d44edc7071b08f3de2238a8891f65ab5039c2d37 /css/reveal.css | |
parent | 93f516d30d8b81516384c6ec1064226bfeb07461 (diff) |
a few corrections to overview slide positioning
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index ad07d63..02dd566 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1072,9 +1072,10 @@ body { .reveal.overview .slides section { height: 600px; + top: -300px !important; overflow: hidden; - opacity: 1!important; - visibility: visible!important; + opacity: 1 !important; + visibility: visible !important; cursor: pointer; background: rgba(0,0,0,0.1); } @@ -1097,6 +1098,7 @@ body { } .reveal.overview .slides>section.stack { padding: 0; + top: 0 !important; background: none; overflow: visible; } |