max-height and overflow for code blocks (closes #16)

master
Hakim El Hattab 2012-09-28 09:11:17 -04:00
parent 112227b79c
commit 66988b8f0a
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ body {
.reveal code { .reveal code {
font-family: monospace; font-family: monospace;
overflow-x: auto; overflow: auto;
max-height: 400px;
} }
.reveal table th, .reveal table th,