diff options
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index 8a51750..1f0b1f8 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1245,8 +1245,8 @@ body { left: 0; } -.no-transition, -.no-transition * { +.reveal .no-transition, +.reveal .no-transition * { -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; |