Overview now shows hidden fragments.

This commit is contained in:
Philip Bjorge 2012-04-24 20:06:22 -07:00
parent e94fc0bdeb
commit 58c1a1e861
1 changed files with 3 additions and 0 deletions

View File

@ -856,6 +856,9 @@ html {
cursor: pointer;
background: rgba(0,0,0,0.1);
}
#reveal.overview .slides section .fragment {
opacity: 1;
}
#reveal.overview .slides section:after,
#reveal.overview .slides section:before {
display: none !important;