diff options
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index 22cb687..a5a0612 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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; } |