From 544e090bd12b79ae48c8daa8c1d267d4a83d4f19 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 4 Jun 2013 20:25:47 +0200 Subject: allow control over background color when using images (#453) --- css/reveal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/reveal.css') 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; -- cgit v1.2.3