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:
Jacques Distler 2008-08-24 01:33:59 -05:00
parent 867d4e8787
commit 35d34f36d5
6 changed files with 6 additions and 0 deletions

View file

@ -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}