diff options
author | Hakim El Hattab | 2013-08-18 17:56:41 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-18 17:56:41 -0400 |
commit | 0748b683350b2bd633090f51a8e97b154671d2c8 (patch) | |
tree | 6181002dc4c2afb1e05ab87a1c9f4433170f62d6 /css/reveal.css | |
parent | 04c4fa49b896e63b6679023dd16c93494af342eb (diff) |
renamed .remaining-height to .stretch #244 #490 #561
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; } |