summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab2013-06-04 20:25:47 +0200
committerHakim El Hattab2013-06-04 20:25:47 +0200
commit544e090bd12b79ae48c8daa8c1d267d4a83d4f19 (patch)
tree41792f67c325021346a40a474bfb19c4b44de4e7 /css/reveal.css
parent15f24f7a9a4b9629b3d6054bd0ef199eaee8c4c6 (diff)
allow control over background color when using images (#453)
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css4
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;