Browse Source

a few corrections to overview slide positioning

embed
Hakim El Hattab 11 years ago
parent
commit
a96ace5194
  1. 6
      css/reveal.css
  2. 2
      css/reveal.min.css

6
css/reveal.css

@ -1072,9 +1072,10 @@ body {
.reveal.overview .slides section { .reveal.overview .slides section {
height: 600px; height: 600px;
top: -300px !important;
overflow: hidden; overflow: hidden;
opacity: 1!important; opacity: 1 !important;
visibility: visible!important; visibility: visible !important;
cursor: pointer; cursor: pointer;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.1);
} }
@ -1097,6 +1098,7 @@ body {
} }
.reveal.overview .slides>section.stack { .reveal.overview .slides>section.stack {
padding: 0; padding: 0;
top: 0 !important;
background: none; background: none;
overflow: visible; overflow: visible;
} }

2
css/reveal.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save