renamed .remaining-height to .stretch #244 #490 #561

This commit is contained in:
Hakim El Hattab
2013-08-18 17:56:41 -04:00
parent 04c4fa49b8
commit 0748b68335
4 changed files with 10 additions and 10 deletions

View File

@ -318,7 +318,7 @@ body {
max-height: 400px;
word-wrap: normal;
}
.reveal pre.remaining-height code {
.reveal pre.stretch code {
height: 100%;
max-height: 100%;
@ -355,7 +355,7 @@ body {
vertical-align: top;
}
.reveal .remaining-height {
.reveal .stretch {
max-width: none;
max-height: none;
}

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long