ensure that syntax highlighted code works with remaining-height helper

master
Hakim El Hattab 2013-08-18 15:40:11 -04:00
parent 6fba833de8
commit 6f1dfee81b
2 changed files with 9 additions and 1 deletions

View File

@ -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 {

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long