1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 09:35:14 +02:00

rebuild css after merging #591 into dev

This commit is contained in:
Hakim El Hattab
2013-09-06 23:05:02 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -517,6 +517,10 @@ body {
perspective-origin: 0px -100px;
}
.reveal .slides>section {
-ms-perspective: 600px;
}
.reveal .slides>section,
.reveal .slides>section>section {
display: none;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long