1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 09:04:51 +02:00

remove extra padding in stacks, add api method to retrieve curren scale (#310)

This commit is contained in:
Hakim El Hattab
2013-02-02 20:05:09 -05:00
parent 723bd1cc0b
commit c50ae08fe0
4 changed files with 17 additions and 4 deletions

View File

@@ -592,6 +592,11 @@ body {
top: -50%;
}
.reveal .slides>section.stack {
padding-top: 0;
padding-bottom: 0;
}
.reveal .slides>section.present,
.reveal .slides>section>section.present {
display: block;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long