diff options
author | Hakim El Hattab | 2013-06-04 20:25:47 +0200 |
---|---|---|
committer | Hakim El Hattab | 2013-06-04 20:25:47 +0200 |
commit | 544e090bd12b79ae48c8daa8c1d267d4a83d4f19 (patch) | |
tree | 41792f67c325021346a40a474bfb19c4b44de4e7 /css/reveal.css | |
parent | 15f24f7a9a4b9629b3d6054bd0ef199eaee8c4c6 (diff) |
allow control over background color when using images (#453)
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; |