Better Hiding of SVG in S5 .incremental Slides
A tweak to the S5 CSS stylesheets. Hiding SVG is a little tricky...
This commit is contained in:
parent
867d4e8787
commit
35d34f36d5
6 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,7 @@ html>body .external {border-bottom: none;}
|
|||
|
||||
.incremental, .incremental *, .incremental *:after {color: #DDE; visibility: visible;}
|
||||
img.incremental {visibility: hidden;}
|
||||
.incremental *[stroke], .incremental *[fill], .incremental *[stroke] *, .incremental *[fill] * {visibility:hidden}
|
||||
.slide .current {color: #B02;}
|
||||
|
||||
.flushtop {margin-top:0px}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue