allow control over background color when using images (#453)

This commit is contained in:
Hakim El Hattab
2013-06-04 20:25:47 +02:00
parent 15f24f7a9a
commit 544e090bd1
5 changed files with 11 additions and 8 deletions

View File

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

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long