summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab2013-08-18 15:40:11 -0400
committerHakim El Hattab2013-08-18 15:41:29 -0400
commit6f1dfee81b57e138c8447d43aa5a2c2d55b1c4ce (patch)
treed0f7dbfaa28c9f6cc4d0878177028072a064cc31 /css/reveal.css
parent6fba833de853c18c19082a866ba902f4a028e4ed (diff)
ensure that syntax highlighted code works with remaining-height helper
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index f51f966..72b9232 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -318,6 +318,14 @@ body {
max-height: 400px;
word-wrap: normal;
}
+.reveal pre.remaining-height code {
+ height: 100%;
+ max-height: 100%;
+
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
.reveal table th,
.reveal table td {